export declare function getFileHash(filePath: string): Promise; export declare function getHashOfNoirWorkspace(baseDir: string): Promise; export declare function sha256(data: string): Promise; //# sourceMappingURL=hash.d.ts.map