import { AxiosRequestConfig } from "axios"; import { HttpResponseType } from "../mapping/types/response"; export declare type RequestCacheType = undefined | 'local' | 'session'; export default function cacheHandler(config: AxiosRequestConfig, vm: any, originalRequest: Function): Promise;