import * as $dara from '@darabonba/typescript'; export declare class ModifyApiResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 6C87A26A-6A18-4B8E-8099-705278381A2C */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }