import * as $dara from '@darabonba/typescript'; export declare class DeleteScenarioResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * EA24D522-AD35-47B8-8CB2-ADBC382B**** */ requestId?: string; /** * @remarks * Indicates whether the request is successful. * * * `true`: successful * * `false`: failed * * @example * true */ result?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }