import type { Argv } from 'yargs'; export declare const command = "install"; export declare const description = "Add the RW_DataMigration model to your schema"; export declare function builder(yargs: Argv): Argv; export declare function handler(): Promise; //# sourceMappingURL=install.d.ts.map