import { DecodedCOSEStructure } from "./coseTypes";
export declare function validateCOSESignature(decodedCOSEStructure: DecodedCOSEStructure, publicKeyJwt: JsonWebKey): boolean;
