import * as $dara from '@darabonba/typescript'; export declare class ModifyStageModelRequest extends $dara.Model { /** * @example * test */ description?: string; securityToken?: string; stageAlias?: string; /** * @remarks * This parameter is required. * * @example * sdljflsjflj324xxx */ stageModelId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }