import * as $dara from '@darabonba/typescript'; export declare class DescribeEipAddressesResponseBodyEipAddressesEipAddressOperationLocksLockReason extends $dara.Model { lockReason?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeEipAddressesResponseBodyEipAddressesEipAddressOperationLocks extends $dara.Model { lockReason?: DescribeEipAddressesResponseBodyEipAddressesEipAddressOperationLocksLockReason[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeEipAddressesResponseBodyEipAddressesEipAddress extends $dara.Model { allocationId?: string; allocationTime?: string; bandwidth?: string; chargeType?: string; eipBandwidth?: string; expiredTime?: string; instanceId?: string; instanceType?: string; internetChargeType?: string; ipAddress?: string; operationLocks?: DescribeEipAddressesResponseBodyEipAddressesEipAddressOperationLocks; regionId?: string; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeEipAddressesResponseBodyEipAddresses extends $dara.Model { eipAddress?: DescribeEipAddressesResponseBodyEipAddressesEipAddress[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeEipAddressesResponseBody extends $dara.Model { eipAddresses?: DescribeEipAddressesResponseBodyEipAddresses; 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; }); }