import type { ClassDeclarationStructure } from 'ts-morph'; import type { VdmComplexType, VdmProperty } from '../vdm-types'; /** * @internal */ export declare function fieldTypeClass(complexType: VdmComplexType): ClassDeclarationStructure; /** * @internal */ export declare function createPropertyFieldInitializer(prop: VdmProperty): string;