import type { LettaCodeReactNativeSocketConstructor, LettaCodeSocketConstructor } from "./types.js"; /** * Adapt React Native's three-argument WebSocket constructor to the SDK's * Node-compatible constructor shape. This is only needed when a remote * app-server authenticates its websocket upgrade with headers. Cloud clients * should prefer `webSocketAuth: "query"`. */ export declare function createReactNativeWebSocketConstructor(WebSocket: LettaCodeReactNativeSocketConstructor): LettaCodeSocketConstructor; //# sourceMappingURL=websocket.d.ts.map