declare function httpClient(url: string, options?: RequestInit, baseUrl?: string, accessTokenNotAllowed?: boolean): Promise; declare namespace httpClient { var setDefaultHeaders: (headers: Record) => void; } export default httpClient;