export declare function tryDecryptPublicKeyPKCS1(privateKey: string, encryptedStr: string): string | null;
export declare function tryDecryptPublicKeyDefault(privateKey: string, encryptedStr: string): string | null;
