import type { Client } from './transport.js';
export declare let client: Client | null;
declare const socket: (url: string, handlers: Record<string, (...args: unknown[]) => void>, reconnect?: number) => void;
export default socket;
