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