import { Database, Migrator } from '../../db'; import { DatabaseSchema } from './schema'; export * from './schema'; export type AccountDb = Database; export declare const getDb: (location: string, disableWalAutoCheckpoint?: boolean) => AccountDb; export declare const getMigrator: (db: AccountDb) => Migrator; //# sourceMappingURL=index.d.ts.map