export declare class EncryptService { private rsa; constructor(); set publicKey(key: string); encRsa(stringToEncrypt: string): string; }