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