export interface IMigration { completed: boolean; error?: string; } declare const _default: (currentVersion: string) => Promise>; export default _default;