import { Options, WebSocketHook, JsonValue } from './types'; export declare const useWebSocket: (url: string | (() => string | Promise) | null, options?: Options, connect?: boolean) => WebSocketHook | null>;