import * as $dara from '@darabonba/typescript'; export declare class DeleteModelResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 4173F95B-360C-460C-9F6C-4A960B904411 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }