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