import type { SshSession } from "../core/ssh.js"; export declare const managedContainers: (session: SshSession) => Promise; export declare const quiesceHost: (session: SshSession) => Promise; export declare const snapshotNow: (session: SshSession, log: (message: string) => void) => Promise; export declare const streamRepoVolume: (oldSession: SshSession, newSession: SshSession, image: string, localTarPath: string, log: (message: string) => void) => Promise; //# sourceMappingURL=migrate-host.d.ts.map