import type { VdmProperty } from '../vdm-types'; /** * @internal */ export declare function hasEdmTypeProperty(properties: VdmProperty[]): boolean; /** * @internal */ export declare function hasComplexTypeProperty(properties: VdmProperty[]): boolean;