import { type ManagerServiceSpec } from "./manager-service-spec.js"; import type { ServiceHost } from "./service-host.js"; import type { ServicePlatform } from "./service-platform.js"; import type { ServiceMigrationBackup } from "./service-migration-types.js"; /** 服务锁内只读捕获;返回值含旧凭据,仅可交给私有日志,不得直接输出给客户端。 */ export declare function captureServiceMigration(input: ManagerServiceSpec, host: ServiceHost, platform: Pick): Promise; //# sourceMappingURL=service-migration-capture.d.ts.map