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