import type { IUnleashConfig } from './lib/types/option';
export declare function migrateDb({ db }: IUnleashConfig, stopAt?: string): Promise<void>;
export declare function resetDb({ db }: IUnleashConfig): Promise<void>;
//# sourceMappingURL=migrator.d.ts.map