import EqualityMatcher from "../../types/EqualityMatcher.mjs"; /** * In this matching rule, we only check the signature value, since it is * virtually impossible for two different certificates to have the same * signature. * * @param assertion * @param value * @returns */ export declare const attributeCertificateExactMatch: EqualityMatcher; export default attributeCertificateExactMatch; //# sourceMappingURL=attributeCertificateExactMatch.d.mts.map