export declare enum HashAlgorithm { SHA256 = 0, SHA224 = 1, SHA384 = 2, SHA512 = 3, RIPEMD160 = 4 }