import * as $dara from '@darabonba/typescript'; export declare class DescribeHaVipsResponseBodyHaVipsHaVipAssociatedEipAddresses extends $dara.Model { associatedEipAddresse?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVipsHaVipAssociatedInstances extends $dara.Model { associatedInstance?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVipsHaVip extends $dara.Model { associatedEipAddresses?: DescribeHaVipsResponseBodyHaVipsHaVipAssociatedEipAddresses; associatedInstances?: DescribeHaVipsResponseBodyHaVipsHaVipAssociatedInstances; createTime?: string; description?: string; haVipId?: string; ipAddress?: string; masterInstanceId?: string; regionId?: string; status?: string; vSwitchId?: string; vpcId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBodyHaVips extends $dara.Model { haVip?: DescribeHaVipsResponseBodyHaVipsHaVip[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeHaVipsResponseBody extends $dara.Model { haVips?: DescribeHaVipsResponseBodyHaVips; 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; }); }