/** * Resolve a path to the .git folder * @param path The path to resolve against * @returns The resolved path to the .git folder */ export declare const resolveSync: any; /** * Resolve a path to the .git folder (async) * @param path The path to resolve against * @returns The resolved path to the .git folder */ export declare const resolve: any; export declare const resolver: { sync: any; async: any; }; //# sourceMappingURL=workspacesRoot.d.ts.map