/** * .what = finds the git repository root from current directory * .why = enables portable path resolution relative to repo root * * @throws UnexpectedCodePathError when not in a git repository */ export declare const getGitRoot: () => string;