/// export declare class HashAlgorithms { static ripemd160(buff: Buffer | string): Buffer; static sha1(buff: Buffer | string): Buffer; static sha256(buff: Buffer | string | Buffer[]): Buffer; static hash160(buff: Buffer | string): Buffer; static hash256(buff: Buffer | string): Buffer; private static bufferize; } //# sourceMappingURL=hash-algorithms.d.ts.map