export declare function isObject(input: any): boolean; export declare function replaceSlash(url: string): string; export declare function convertObjToUrlencoded(obj: { [key: string]: any; }): string; export declare function getUserInfo(): { id: null; name: string; }; export declare function getUserToken(): string;