/** Finds the first shared directory path for a set of paths. */ export declare function getSharedDirectoryPath(...paths: string[]): string;