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