import * as $dara from '@darabonba/typescript'; export declare class ModifyInstanceDeploymentResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 04F0F334-1335-436C-A1D7-6C044FE7**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }