import * as $dara from '@darabonba/typescript'; export declare class DeleteInstanceResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 4BD0CBD9-FB03-5ECD-A8FD-F90C62D78095 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }