import type { Database } from '..'; export interface Options { db: Database; tableName: string; } export declare const createStorage: (opts: Options) => { logMigration({ name }: { name: string; }): Promise; unlogMigration({ name }: { name: string; }): Promise; executed(): Promise; }; //# sourceMappingURL=storage.d.ts.map