/** * Takes COSE-encoded public key and converts it to PKCS key */ export declare function convertCOSEtoPKCS(cosePublicKey: Uint8Array): Uint8Array; //# sourceMappingURL=convertCOSEtoPKCS.d.ts.map