import { Cache } from './types'; export declare const createCacheFile: (cachePath: string, networkName: string) => Promise; export declare const updateCacheFile: (cachePath: string, networkName: string, newCache: Cache) => Promise; export declare const readCacheFile: (cachePath: string, networkName: string) => Promise; //# sourceMappingURL=cache-manager.d.ts.map