export declare const doEncrypt: ( data: string, publicKey: string, cipherMode?: number ) => any;