import type { EncryptionPrivateKey } from '../../../domain/keypair.js'; export declare function decrypt(privateJwk: EncryptionPrivateKey, encryptedContent: string): Promise; //# sourceMappingURL=decrypt.d.ts.map