import * as $dara from '@darabonba/typescript'; export declare class ReleaseDedicatedHostResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * A1B15AC8-E6F6-49A4-8985-8C07104B9199 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }