import { ConfigInterface } from './types'; import Cache from './cache'; declare const cache: Cache; declare const defaultConfig: ConfigInterface; export { cache }; export default defaultConfig;