import EqualityMatcher from "../../types/EqualityMatcher.mjs"; /** * It is never said explicitly in the specification, but it is implied that the * following matching rule only applies to attribute certificates. Still, this * implementation supports checking for the presence of extensions in: * * - Public Key Certificates * - Certificate Revocation Lists * - Attribute Certificates * - AVLs */ export declare const extensionPresenceMatch: EqualityMatcher; export default extensionPresenceMatch; //# sourceMappingURL=extensionPresenceMatch.d.mts.map