import * as $dara from '@darabonba/typescript'; export declare class DeleteNatGatewayRequest extends $dara.Model { /** * @remarks * The ID of the NAT gateway that you want to delete. * * This parameter is required. */ natGatewayId?: string; ownerAccount?: string; ownerId?: number; /** * @remarks * The ID of the region where the NAT gateway is deployed. * * This parameter is required. */ regionId?: string; resourceOwnerAccount?: string; resourceOwnerId?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }