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