import * as $dara from '@darabonba/typescript'; export declare class DescribeHistoryApisResponseBodyApiHisItemsApiHisItem extends $dara.Model { apiId?: string; apiName?: string; deployedTime?: string; description?: string; groupId?: string; groupName?: string; historyVersion?: string; regionId?: string; stageAlias?: string; stageName?: string; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHistoryApisResponseBodyApiHisItems extends $dara.Model { apiHisItem?: DescribeHistoryApisResponseBodyApiHisItemsApiHisItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHistoryApisResponseBody extends $dara.Model { apiHisItems?: DescribeHistoryApisResponseBodyApiHisItems; /** * @remarks * The page number of the returned page. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries to return on each page. Maximum value: 50. Default value: 10. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * 6C87A26A-6A18-4B8E-8099-705278381A2C */ requestId?: string; /** * @remarks * The total number of returned entries. * * @example * 20 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }