import * as $dara from '@darabonba/typescript'; export declare class DescribeApiProductApisResponseBodyApiInfoListApiInfo extends $dara.Model { apiId?: string; apiName?: string; description?: string; groupId?: string; groupName?: string; method?: string; path?: string; regionId?: string; stageName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiProductApisResponseBodyApiInfoList extends $dara.Model { apiInfo?: DescribeApiProductApisResponseBodyApiInfoListApiInfo[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiProductApisResponseBody extends $dara.Model { apiInfoList?: DescribeApiProductApisResponseBodyApiInfoList; /** * @remarks * The page number. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The request ID. * * @example * 03442A3D-3B7D-434C-8A95-A5FEB989B519 */ requestId?: string; /** * @remarks * The total number of returned entries. * * @example * 4 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }