import type { Database } from '..'; import type { Repository } from './types'; export declare const createRepository: (uid: string, db: Database) => Repository; //# sourceMappingURL=entity-repository.d.ts.map