declare function rsa_encrypt(data: Uint8Array, public_key: { modulus: string; exponent: string; }): Uint8Array; export default rsa_encrypt;