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