export declare class FormalParameterEntity { id: string; code: string; name: string; flowFormKey: string; allowNull: boolean; dataType: string; description: string; initialValue: string; parameterMode: string; schemaComponentId: string; schemaComponentName: string; schemaId: string; schemaMetadataId: string; }