import type { CryptoContext } from './c-crypto.js'; export declare function subtleMapping(jwk: JsonWebKey): { algorithm: RsaHashedImportParams | EcKeyAlgorithm | Algorithm; keyUsages: KeyUsage[]; }; export declare const jwkToKey: (input: { jwk: JsonWebKey; }, ctx: CryptoContext) => Promise; //# sourceMappingURL=jwk-to-key.d.ts.map