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