export declare function encodePath(path: any): string; export declare function getAllDirectories(path: string): Array; export declare function normalisePath(pathStr: string): string;