import type { CallbackId } from './CallbackId'; import type { PackageId } from './PackageId'; export type GetServiceManifestParams = { packageId: PackageId; callback?: CallbackId; };