import { Apm } from '../apm/apm'; import { CacheInterface } from './cache.interface'; export declare class CacheFactory { static get(instance?: string, apm?: Apm): CacheInterface; }