import Api from "./API";
import WS from "./WebSockets";
export * from './types';
export declare const API: typeof Api;
export declare const WebSockets: typeof WS;
