export declare function tryDecryptOpenPgp(privateKey: string, encryptedStr: string): Promise<string | null>;
