import { ProjectPaths } from './types'; export declare const ROOT_PATH: string; export declare const CACHE_FILENAME = "cache.json"; export declare const getPaths: () => ProjectPaths; export declare const checkDirectoryIsNotEmpty: (directoryPath: string) => Promise; export declare const clearDirectory: (networkName: string) => Promise; export declare const verifyDirectoryStructure: (networkName: string) => Promise; export declare const verifyNetworkDirectory: (networkName: string) => Promise; export declare const verifyCacheFile: (networkName: string) => Promise; //# sourceMappingURL=directory-manager.d.ts.map