import { OSType } from '../Config/config';
/**
 * Returns the `@gobstones/gobstones-scripts` root path. That is, the path to
 * the module in the users `node_modules` folder.
 *
 * @param os - The OS that is currently discovered as environment.
 * @param projectRootPath - The currently identified project's root path.
 *
 * @returns The root path of the `gobstones-scripts` project.
 */
export declare const getGobstonesScriptsRootPath: (os: OSType, projectRootPath: string) => string;
//# sourceMappingURL=getGobstonesScriptsRootPath.d.ts.map