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

declare function keyToJWK(key: unknown): Promise<JWK>;

export { keyToJWK as default };
