export declare class HttpError extends Error { description: string; constructor(description: string); } export declare function authInterceptorWithChrome(chrome: any): (config: any) => Promise; export declare const authInterceptor: (config: any) => Promise; export declare function responseDataInterceptor(response: any): any; export declare function interceptor401WithChrome(chrome: any): (error: any) => boolean; export declare const interceptor401: (error: any) => boolean; export declare function interceptor500(error: any): void; export declare function errorInterceptor(err: any): void; export declare const useAxiosWithPlatformInterceptors: () => import("axios").AxiosInstance; export declare const instance: import("axios").AxiosInstance; export default instance;