import * as $dara from '@darabonba/typescript'; import { ConvertFlowDSLInput } from "./ConvertFlowDslinput"; export declare class ConvertFlowDSLRequest extends $dara.Model { /** * @remarks * The request body for the conversion. * * This parameter is required. */ body?: ConvertFlowDSLInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }