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