import type { PostgresAdapter } from './types'; /** * Drop the current database and run all migrate up functions */ export declare function migrateFresh(this: PostgresAdapter, { forceAcceptWarning }: { forceAcceptWarning?: boolean; }): Promise; //# sourceMappingURL=migrateFresh.d.ts.map