export declare const Hash: {
    sha256(input: any): string;
};
