import { Database, Migrator } from '../../db/index.js'; import type { DidCacheSchema } from './schema.js'; export * from './schema.js'; 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