export declare const getEncryptedData: (data: string, publicKey: string) => string | false;