import { type CliContext } from "./index.js"; export declare function runExport(context: CliContext): Promise; export declare function runImport(context: CliContext): Promise; export declare function runSnapshot(context: CliContext): Promise; export declare function runBackup(context: CliContext): Promise; //# sourceMappingURL=data-movement.d.ts.map