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