import type { RepoCacheData } from './types';
export declare function cleanupHttpCache(cacheData: RepoCacheData): void;
