export declare const BASE_URL: string; export declare const BASE_WSS_URL: string; export declare function post(path: string, body: string | object): Promise; export declare function fetchJson(path: string): Promise; export declare function sendBeacon(path: string, data: object): true | Promise;