export declare class Hashes { static fileHash(path: string): Promise; static stringHash(str: string): string; }