import { type JwkBase } from './jwk.js';
export declare function jwkAlgorithms(jwk: JwkBase): Generator<string, void, unknown>;
//# sourceMappingURL=alg.d.ts.map