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