export declare class ProcExtendProperty { id: string; code: string; parentId?: string; sortOrder: number; propertyNote?: string; propertyTitle: string; propertyLocation: string; propertyType: string; enumValue?: EnumValue; bizDefKey?: string; bizCategoryId?: string; startMode: string; value?: string; } export declare class EnumValue { key: string; value: string; }