export declare function ejectAxios({ requestInterceptorId, responseInterceptorId, }: { requestInterceptorId: number; responseInterceptorId: number; }): void; export declare function initAxiosWithHeaders(res: any, url: string): { token: any; jsessionId: string; requestInterceptorId: number; responseInterceptorId: number; };