/** * Start Vortex tunnel * Creates a session with the gateway and establishes WebSocket connection */ export declare function startTunnel(port?: number, gateway?: string): Promise; export declare function stopTunnel(): void; export declare function getTunnelUrl(): string | null; export declare function isTunnelRunning(): boolean; //# sourceMappingURL=vortex-tunnel.d.ts.map