import type { ClickHouseAdapter } from './types.js'; /** * Drop all data for the current namespace and run all migrations from scratch */ export declare function migrateFresh(this: ClickHouseAdapter, { forceAcceptWarning }?: { forceAcceptWarning?: boolean; }): Promise; //# sourceMappingURL=migrateFresh.d.ts.map