import Keyv from 'keyv';
declare const cacheStore: Keyv<unknown>;
export default cacheStore;
