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