import * as $dara from '@darabonba/typescript'; export declare class DeleteMediaConnectFlowInputRequest extends $dara.Model { /** * @remarks * The flow ID. * * This parameter is required. * * @example * 0381f478-7d53-4076-9d5f-27680a6f73e7 */ flowId?: string; inputName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }