import type { EntityReadModelSchema } from '../../../../plugins/catalog-entities/schemas/read-model-schemas'; import type { EntityReadDto } from '../dto/read-entity-dto.js'; export declare function mapEntityReadModelSchemaToEntityReadDto(entity: EntityReadModelSchema | null): EntityReadDto | null; //# sourceMappingURL=map-entity-read-model-schema-to-entity-read-dto.d.ts.map