import * as $dara from '@darabonba/typescript'; export declare class RedeployDedicatedHostResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * FCED4B7A-53D5-4C04-ABE3-26D4F3890D57 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }