import type { Argv } from 'yargs'; import type { DataMigrateUpOptions } from '../types.js'; export declare const command = "up"; export declare const description = "Run any outstanding Data Migrations against the database"; export declare function builder(yargs: Argv): Argv; export declare function handler(options: DataMigrateUpOptions): Promise; //# sourceMappingURL=up.d.ts.map