import * as $dara from '@darabonba/typescript'; export declare class DeleteInstanceResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * CA4B3261-F14A-5E33-8608-F75A1DF27AD4 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }