import { ProjectPaths, SolcConfig } from "../../types";
export declare function areArtifactsCached(sourceTimestamps: number[], newSolcConfig: SolcConfig, paths: ProjectPaths): Promise<boolean>;
export declare function cacheBuidlerConfig(paths: ProjectPaths, config: SolcConfig): Promise<void>;
//# sourceMappingURL=cache.d.ts.map