import type { EntityReadModelSchema } from '../../schemas/read-model-schemas.js'; export declare function createEntityReadModel(entity: Record): EntityReadModelSchema | null; //# sourceMappingURL=create-entity-read-model.d.ts.map