import type EqualityMatcher from "../types/EqualityMatcher.mjs"; import type { OBJECT_IDENTIFIER } from "@wildboar/asn1"; import type { AttCertIssuer } from "../modules/AttributeCertificateDefinitions/AttCertIssuer.ta.mjs"; /** * @summary Compare two `AttCertIssuer` values * @param a One value * @param b The other * @returns {boolean} `true` if they match; `false` otherwise * @function */ export declare function compareAttCertIssuer(a: AttCertIssuer, b: AttCertIssuer, getEqualityMatcher?: (attributeType: OBJECT_IDENTIFIER) => EqualityMatcher | undefined): boolean; export default compareAttCertIssuer; //# sourceMappingURL=compareAttCertIssuer.d.mts.map