export declare const compareStr: (pathSeparator: string, str1: string, str2: string) => string; export declare const commonPathPartList: (list: string[]) => string; export declare const getRootFolder: (pattern: string | string[] | undefined, fallbackRoot: string) => string;