/** * Finds the common ancestor for two absolute pahts */ export declare const getCommonAncestor: (path1: string, path2: string) => string; //# sourceMappingURL=getCommonAncestor.d.ts.map