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