export declare const LOCAL_BRIDGE_PORT = 31337; export declare function getLastBridgeProbeAt(): number | null; export declare function setCurrentSession(session: { sessionId: string; transportEndpoint: string; } | null): void; export declare function startLocalBridge(): void; export declare function stopLocalBridge(): void; //# sourceMappingURL=localBridge.d.ts.map