import type { Argv } from "yargs"; export declare function migrate(argv: { paths: string[]; registryUrl?: string; }): Promise; export declare function migrateCommand(yargs: Argv): Argv; //# sourceMappingURL=migrate.d.ts.map