export declare function sha256(data: Uint8Array): Uint8Array;
export declare function ripemd160(data: Uint8Array): Uint8Array;
