export default function encryptRsaOaepSha256(data: Uint8Array, key: CryptoKey | Uint8Array[]): Uint8Array;