/**
* Encrypts a string using RSA
* @param {string} publicKey The public key to use for encryption
* @param {string} text The text to encrypt
* @returns {string} The encrypted text
*/
export declare function _encryptRsa(publicKey: string, text: string): string;
//# sourceMappingURL=encrypt-rsa.d.ts.map