import { Cache, ScopedMutator, ProviderConfiguration } from '../types'; export declare const initCache: (provider: Cache, options?: Partial | undefined) => [Cache, ScopedMutator, () => void] | [Cache, ScopedMutator] | undefined;