import * as $dara from '@darabonba/typescript'; export declare class BrowserLiveViewStream extends $dara.Model { /** * @remarks * The WebSocket (WSS) stream endpoint. * * @example * wss://browser-liveview.cn-hangzhou.agentrun.aliyuncs.com/stream/bs-1234567890abcdef */ streamEndpoint?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }