import * as $dara from '@darabonba/typescript'; export declare class CreateApiStageVariableResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 03442A3D-3B7D-434C-8A95-A5FEB999B529 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }