import type { MergeDeep } from '@protokoll/core'; import type { JoseJweContext, JoseJwkContext } from './index.js'; import type { JoseJwsContext } from './jws/c-jws.js'; export type JoseContext = MergeDeep>; //# sourceMappingURL=c-jose.d.ts.map