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