export declare function encodePath(filePath: string): string; export declare function getAllDirectories(directory: string): Array; export declare function makePathAbsolute(pathStr: string): string; export declare function normalisePath(pathStr: string): string;