export declare function encryptPKCS1(pemStr: string, encryptKey: string): string;
