import { JWK, CryptoKey } from '../types.d.cjs';

declare const _default: (jwk: JWK) => Promise<CryptoKey>;

export { _default as default };
