import { ICache } from '../interfaces/index'; export declare const defaultCache: (store: object) => ICache;