import { type JWK } from 'jose'; export type { JWK }; export declare function decryptJWE(jwe: string, privateJwk: JWK): Promise; //# sourceMappingURL=jwe-utils.d.ts.map