import * as $dara from '@darabonba/typescript'; export declare class DescribePurchasedApiGroupRequest extends $dara.Model { /** * @remarks * The ID of the API group. This ID is generated by the system and globally unique. * * This parameter is required. * * @example * 102b631ae1094e33a77c45312226184e */ groupId?: string; securityToken?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }