import type { CBORType } from "./deps.js"; import type { COSEKeyAll } from "./index.js"; export declare function parseCBORToCOSEKey(cbor: CBORType): COSEKeyAll; //# sourceMappingURL=parse.d.ts.map