export declare function sha256(msg: Uint8Array): Promise<Uint8Array>;
export declare function sha512(msg: Uint8Array): Promise<Uint8Array>;
export declare function ripemd160(msg: Uint8Array): Promise<Uint8Array>;
//# sourceMappingURL=sha2.d.ts.map