import * as $dara from '@darabonba/typescript'; export declare class DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayBandwidthPackageIds extends $dara.Model { bandwidthPackageId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayForwardTableIds extends $dara.Model { forwardTableId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNatGatewaysResponseBodyNatGatewaysNatGateway extends $dara.Model { bandwidthPackageIds?: DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayBandwidthPackageIds; businessStatus?: string; creationTime?: string; description?: string; forwardTableIds?: DescribeNatGatewaysResponseBodyNatGatewaysNatGatewayForwardTableIds; instanceChargeType?: string; name?: string; natGatewayId?: string; regionId?: string; spec?: string; status?: string; vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNatGatewaysResponseBodyNatGateways extends $dara.Model { natGateway?: DescribeNatGatewaysResponseBodyNatGatewaysNatGateway[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeNatGatewaysResponseBody extends $dara.Model { natGateways?: DescribeNatGatewaysResponseBodyNatGateways; pageNumber?: number; pageSize?: number; requestId?: string; totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }