import type { InterfaceDeclarationStructure } from 'ts-morph'; import type { VdmComplexType } from '../vdm-types'; /** * @internal */ export declare function complexTypeInterface(complexType: VdmComplexType): InterfaceDeclarationStructure;