import type { DataMigrateUpOptions } from '../types.js'; export declare function handler({ importDbClientFromDist, distPath, }: DataMigrateUpOptions): Promise; export declare const NO_PENDING_MIGRATIONS_MESSAGE = "No pending data migrations run, already up-to-date."; //# sourceMappingURL=upHandler.d.ts.map