import type { Database } from '..';
import { EntityManager } from './types';
export * from './types';
export declare const createEntityManager: (db: Database) => EntityManager;
//# sourceMappingURL=index.d.ts.map