export declare function getDirectoryOfPath(path: string): string; export declare function joinPath(...paths: string[]): string; export declare function computeAbsolutePath(...relativePath: string[]): string; export declare function matchIsExistingDirectory(path: string): Promise; export declare function matchIsExistingFile(path: string): Promise; export declare function isFilePath(path: string): boolean; export declare function generateEmptyFile(relativeFilePath: string): Promise; export declare function makeFilePath(rootDirectoryPath: string, filePath: string): string; //# sourceMappingURL=fileSystem.d.ts.map