blob: 0146dc1108d22e73f9597f10b3f441d60e9ebaaf [file] [log] [blame]
import { Polling } from "./polling";
import { WebSocket } from "./websocket";
declare const _default: {
polling: typeof Polling;
websocket: typeof WebSocket;
};
export default _default;