import { ICache, IExchange } from '../interfaces/index'; export declare const cacheExchange: (cache: ICache, forward: IExchange) => IExchange;