declare const lowestCommonAncestor: (...filepaths: string[]) => string;
export = lowestCommonAncestor;
