//#region src/findRootSync.d.ts
/**
* Find the root path of the repository containing the given directory.
*
* @returns null if not found or the path of the repository root as a string
*/
declare function findRootSync(directory: string): string | null;
//#endregion
export { findRootSync };
//# sourceMappingURL=findRootSync.d.ts.map