import type { VdmComplexType, VdmEntity, VdmEnumType } from '../../vdm-types'; import type { ServiceNameFormatter } from '../../service-name-formatter'; import type { ServiceMetadata } from '../../edmx-parser'; /** * @internal */ export declare function generateEntitiesV4(serviceMetadata: ServiceMetadata, complexTypes: VdmComplexType[], enumTypes: VdmEnumType[], formatter: ServiceNameFormatter): VdmEntity[];