git-root2 get git root path declare function gitRoot(cwd?: string): string; declare const _default: typeof gitRoot & { gitRoot(cwd?: string): string; default(cwd?: string): string; async(cwd?: string): Promise<string>; }; export = _default;