import { CacheOptions } from '../config/config-options-interface'; import { CacheAdapter } from './cache-adapter-interface'; import { AvailableProviders } from './cache-adapters'; export declare const availableProviders: (options: CacheOptions) => CacheAdapter | never;