import * as $dara from '@darabonba/typescript'; export declare class CreateStageModelResponseBody extends $dara.Model { /** * @example * EF924FE4-2EDD-4CD3-89EC-34E4708xxxx */ requestId?: string; /** * @example * 39sdfjsd8fudsfxxx */ stageModelId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }