import { DccCose } from "../model/DccCose";
export declare class Verifier {
    static verify(cryptoKey: CryptoKey, alg: AlgorithmIdentifier, dccCose: DccCose): Promise<boolean>;
}
