import type { RepoCacheConfig } from './types';
/**
 * Extracted to separate file in order to avoid circular module dependencies.
 */
export declare function initRepoCache(config: RepoCacheConfig): Promise<void>;
