import type { RepositoryCacheType } from '../../../../config/types';
import type { RepoCache } from '../types';
export declare class CacheFactory {
    static get(repository: string, repoFingerprint: string, cacheType: RepositoryCacheType): RepoCache;
}
