import * as $dara from '@darabonba/typescript'; export declare class DeleteMediaConnectFlowInputResponseBody extends $dara.Model { /** * @remarks * The response body. * * @example * "" */ content?: string; /** * @remarks * The call description. * * @example * OK */ description?: string; /** * @remarks * The ID of the request. * * @example * C0C02296-113C-5838-8FE9-8F3A32998DDC */ requestId?: string; /** * @remarks * The returned error code. A value of 0 indicates the call is successful. * * @example * 0 */ retCode?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }