import { type RepositorySource, type SDKRepository } from '../repository-adapter';
export declare function getRepository<EntityName extends keyof EntitySchema.Entities>(entityName: EntityName, propRepositoryFactory?: (entityName: EntityName) => RepositorySource<EntityName>): SDKRepository<EntityName>;
