/** * Creates a new map with the keys and values of the given map swapped. * * @param map {Map} the original map * @returns {Map} the new map */ export declare const reverseMap: (map: Map) => Map; export declare enum COSEKeyParam { KeyType = 1, KeyID = 2, Algorithm = 3, KeyOps = 4, Curve = -1, BaseIV = 5, x = -2, y = -3, d = -4, k = -1 } export declare enum JWKParam { kty = 1, kid = 2, alg = 3, key_ops = 4, base_iv = 5, crv = -1, x = -2, y = -3, d = -4, k = -1 } export declare const KTYSpecificJWKParams: Record | undefined>; export declare const KTYSpecificJWKParamsRev: { [k: string]: Map; }; //# sourceMappingURL=params.d.ts.map