export declare function hashContent(content: string): string; export declare function isNodeError(error: unknown): error is NodeJS.ErrnoException; export declare function readExistingFile(path: string): Promise; export declare function normalizeProjectPath(path: string): string; export declare function normalizeTargetDirectoryName(name: string): string; export declare function joinProjectDirectory(projectDirectory: string, path: string): string; //# sourceMappingURL=fs-utils.d.ts.map