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