export declare function getProjectConfig(dir?: string): string; export declare function getProjectRoot(dir?: string): string; export declare function getDotRockPath(): string; /** * Returns path to cache root. * * Cache is stored in: `.rock/cache` directory in the project root. */ export declare function getCacheRootPath(): string; //# sourceMappingURL=project.d.ts.map