export declare function decryptHybrid(encryptedData: {
    encryptedKey: string;
    encryptedData: string;
    nonce: string;
    tag: string;
}, privateKeyPem: string): any;
//# sourceMappingURL=decrypt.d.ts.map