import { AxiosInstance } from 'axios'; export declare function getAxiosConfig(): import('axios').CreateAxiosDefaults | { headers: { 'Content-Type': string; }; withCredentials: boolean; }; export declare function createAxiosInstance(): AxiosInstance; export declare function getAxiosInstance(): AxiosInstance; export declare function setJwtToken(token: string): void; export declare function setRequestInterceptors(config: any, error?: any): void; export declare function setResponseInterceptors(response: any, error?: any): void;