import * as $dara from '@darabonba/typescript'; export declare class SetDomainWebSocketStatusResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 61A16D46-EC04-5288-8A18-811B0F536CC2 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }