import { ManagerOptions, Socket, SocketOptions } from "socket.io-client"; import { DefaultEventsMap } from "socket.io/dist/typed-events"; declare function isConnectionConnecting(connection: Socket): boolean; declare function createConnection(url: string, opts: Partial | undefined): Socket; export { isConnectionConnecting, createConnection }; //# sourceMappingURL=utils.d.ts.map