import { COSEALG } from './cose.js'; /** * Map JWS algorithms to COSE algorithm IDs * * See https://www.rfc-editor.org/rfc/rfc7518.html#section-3.1 for possible values */ export declare function mapJWSAlgToCOSEAlg(alg: string): COSEALG; //# sourceMappingURL=mapJWSAlgToCOSEAlg.d.ts.map