import * as $dara from '@darabonba/typescript'; export declare class ModifyApiGroupVpcWhitelistResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * F8B9DC8C-D6E2-5065-BD1F-0401866E7F10 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }