import * as $dara from '@darabonba/typescript'; export declare class RemoveVpcAccessAndAbolishApisRequest extends $dara.Model { /** * @remarks * This parameter is required. * * @example * i-uf6iaale3gfef9t9cb41 */ instanceId?: string; /** * @example * true */ needBatchWork?: boolean; /** * @remarks * This parameter is required. * * @example * 8080 */ port?: number; securityToken?: string; /** * @remarks * This parameter is required. * * @example * vpc-bp1iw82phcgkvupgfv0o8 */ vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }