import type { Uint8Array_ } from '../types/index.js';
/**
 * Takes COSE-encoded public key and converts it to PKCS key
 */
export declare function convertCOSEtoPKCS(cosePublicKey: Uint8Array_): Uint8Array_;
//# sourceMappingURL=convertCOSEtoPKCS.d.ts.map