import { type System } from "./createSystem.js"; export declare function withMigrate(prismaSchemaPath: string, system: { config: { db: Pick; }; }, cb: (operations: { apply: () => Promise; diagnostic: () => Promise; push: (force: boolean) => Promise; reset: () => Promise; schema: (_: string, force: boolean) => Promise; }) => Promise): Promise; //# sourceMappingURL=migrations.d.ts.map