import { Polling } from "./polling.js"; import { WS } from "./websocket.js"; export declare const transports: { websocket: typeof WS; polling: typeof Polling; };