declare const sha256: (bytes: Uint8Array) => Uint8Array;
export { sha256 };
