import * as $dara from '@darabonba/typescript'; export declare class DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTagsTagInfo extends $dara.Model { key?: string; value?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags extends $dara.Model { tagInfo?: DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTagsTagInfo[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute extends $dara.Model { basePath?: string; billingStatus?: string; createdTime?: string; description?: string; groupId?: string; groupName?: string; httpsPolicy?: string; illegalStatus?: string; instanceId?: string; instanceType?: string; modifiedTime?: string; regionId?: string; subDomain?: string; tags?: DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttributeTags; trafficLimit?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiGroupsResponseBodyApiGroupAttributes extends $dara.Model { apiGroupAttribute?: DescribeApiGroupsResponseBodyApiGroupAttributesApiGroupAttribute[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeApiGroupsResponseBody extends $dara.Model { apiGroupAttributes?: DescribeApiGroupsResponseBodyApiGroupAttributes; /** * @remarks * The number of pages to return the results on. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries returned per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * D6E46F10-F26C-4AA0-BB69-FE2743D9AE62 */ requestId?: string; /** * @remarks * The total number of returned entries. * * @example * 2 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }