import { Cache } from './types'; export declare const getCache: (networkName: string) => Promise; export declare const removeCache: (networkName: string) => Promise; export declare const updateCache: (cache: Cache) => Promise; export { DeploymentStatus } from './types'; //# sourceMappingURL=index.d.ts.map