import { IRequestInfo } from '../config/request'; export declare const uploadRequest: (requestInfo: IRequestInfo) => void; export declare function enableOnlinePersonsFunc(): void; export declare const WEBSOCKET_TYPE: { TRY_CONNECT: string; CHECK_CONNECT: string; PING: string; PONG: string; REPLY_SERVER_HEART_BEAT: string; SOCKET_HEART_BEAT: string; RESPONSE_DATE: string; REMOTE_DEBUG_ENABLE: string; DEBUG_INFO_UPLOAD: string; REPlY_MESSAGE: string; }; export declare const closeWebsocket: (info: string) => void;