import * as $dara from '@darabonba/typescript'; export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddressesPublicIpAddresse extends $dara.Model { allocationId?: string; ipAddress?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddresses extends $dara.Model { publicIpAddresse?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddressesPublicIpAddresse[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackage extends $dara.Model { bandwidth?: string; bandwidthPackageId?: string; businessStatus?: string; creationTime?: string; description?: string; ISP?: string; instanceChargeType?: string; internetChargeType?: string; ipCount?: string; name?: string; natGatewayId?: string; publicIpAddresses?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackagePublicIpAddresses; regionId?: string; status?: string; zoneId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBodyBandwidthPackages extends $dara.Model { bandwidthPackage?: DescribeBandwidthPackagesResponseBodyBandwidthPackagesBandwidthPackage[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeBandwidthPackagesResponseBody extends $dara.Model { bandwidthPackages?: DescribeBandwidthPackagesResponseBodyBandwidthPackages; 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; }); }