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