/** * Returns the common root path for path1 and path2. */ export default function pickupRootPath(path1: string, path2: string): string;