import * as $dara from '@darabonba/typescript'; export declare class ModifyInstanceSpecResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 36BBBAD4-1CFB-489F-841A-8CA52EEA787E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }