import * as $dara from '@darabonba/typescript'; export declare class DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute extends $dara.Model { billingType?: string; description?: string; expireTime?: string; groupId?: string; groupName?: string; invokeTimesMax?: number; invokeTimesNow?: number; purchasedTime?: string; regionId?: string; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes extends $dara.Model { purchasedApiGroupAttribute?: DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributesPurchasedApiGroupAttribute[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribePurchasedApiGroupsResponseBody 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 * 20 */ pageSize?: number; purchasedApiGroupAttributes?: DescribePurchasedApiGroupsResponseBodyPurchasedApiGroupAttributes; /** * @remarks * The ID of the request. * * @example * 36BBBAD4-1CFB-489F-841A-8CA52EEA787E */ requestId?: string; /** * @remarks * The total number of entries returned. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }