import NodeCache from 'node-cache';
declare const cache: NodeCache;
export default cache;
