import * as $dara from '@darabonba/typescript'; export declare class DescribeStageModelsResponseBodyStageModelInfoList extends $dara.Model { /** * @example * 2025-08-13T01:54:03Z */ createdTime?: string; /** * @example * Stage description */ description?: string; /** * @example * 2024-12-10T00:01:09Z */ modifiedTime?: string; stageAlias?: string; /** * @example * j3j435j23l4j23l55xxx */ stageModelId?: string; /** * @example * PRE */ stageName?: string; /** * @example * CUSTOM */ type?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeStageModelsResponseBody extends $dara.Model { /** * @example * 1 */ pageNumber?: number; /** * @example * 10 */ pageSize?: number; /** * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZxxx */ requestId?: string; stageModelInfoList?: DescribeStageModelsResponseBodyStageModelInfoList[]; /** * @example * 1 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }