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