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