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