import { OSType } from '../Config/config';
/**
 * Returns the current project's root path by attempting to identify it.
 * If it cannot be identified, it returns the current working directory
 * as the project's root path.
 *
 * @param os - The OS that is currently discovered as environment.
 *
 * @returns The project's root path.
 */
export declare const getProjectRootPath: (os: OSType) => string;
//# sourceMappingURL=getProjectRootPath.d.ts.map