import { ICache } from './cache'; /** * @ignore */ export declare const cacheFactory: (location: string) => () => ICache;