import * as $dara from '@darabonba/typescript'; export declare class DescribePurchasedApisResponseBodyPurchasedApisPurchasedApi extends $dara.Model { apiId?: string; apiName?: string; deployedTime?: string; description?: string; groupId?: string; groupName?: string; modifiedTime?: string; purchasedTime?: string; regionId?: string; stageName?: string; visibility?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePurchasedApisResponseBodyPurchasedApis extends $dara.Model { purchasedApi?: DescribePurchasedApisResponseBodyPurchasedApisPurchasedApi[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePurchasedApisResponseBody extends $dara.Model { /** * @remarks * The page number of the returned page. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned on each page. * * @example * 10 */ pageSize?: number; purchasedApis?: DescribePurchasedApisResponseBodyPurchasedApis; /** * @remarks * The ID of the request. * * @example * CE5722A6-AE78-4741-A9B0-6C817D360510 */ 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; }); }