import type { FullConfiguration, ScopedMutator, Cache } from '../types'; declare const cache: Cache, mutate: ScopedMutator; export { cache, mutate }; export declare const defaultConfig: FullConfiguration;