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