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