import { ConfigInterface } from './types'; import Cache from './cache'; declare const cache: Cache; declare const CONCURRENT_PROMISES: {}; declare const CONCURRENT_PROMISES_TS: {}; declare const FOCUS_REVALIDATORS: {}; declare const CACHE_REVALIDATORS: {}; declare const MUTATION_TS: {}; declare const defaultConfig: ConfigInterface; export { CONCURRENT_PROMISES, CONCURRENT_PROMISES_TS, FOCUS_REVALIDATORS, CACHE_REVALIDATORS, MUTATION_TS, cache }; export default defaultConfig;