export function initHttpClient(): void; export function setAuthToken(token: string): void; export function httpRequest(path: string, data?: object, method?: string): Promise;