import * as $dara from '@darabonba/typescript'; export declare class AllocateDedicatedHostsResponseBodyDedicatedHostIdSets extends $dara.Model { dedicatedHostId?: string[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class AllocateDedicatedHostsResponseBody extends $dara.Model { dedicatedHostIdSets?: AllocateDedicatedHostsResponseBodyDedicatedHostIdSets; /** * @remarks * The ID of the order. * * > This parameter has a return value only when the dedicated host is a subscription one (request parameter **ChargeType set to PrePaid**). * * @example * 23841229**** */ orderId?: string; /** * @remarks * The ID of the request. * * @example * E2A664A6-2933-4C64-88AE-5033D003**** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }