export declare function pathStartsWith(path1: string, path2: string): boolean; export declare function pathExist(path: string): boolean; export declare function getRelativeImportToFile(sourceFilePath: string, targetFilePath: string): string; export declare function checkPathUnderFolder(folder: string, path: string): string | null;