declare function sha256(buf: Buffer): NonSharedBuffer; declare function sha256sha256(buf: Buffer): NonSharedBuffer; declare function ripemd160(buf: Buffer): NonSharedBuffer; declare function sha256ripemd160(buf: Buffer): NonSharedBuffer; declare const Hash: { sha256: typeof sha256; sha256sha256: typeof sha256sha256; ripemd160: typeof ripemd160; sha256ripemd160: typeof sha256ripemd160; }; export default Hash; //# sourceMappingURL=hash.d.ts.map