import { ASN1Element } from "@wildboar/asn1"; /** * @summary Compare two ASN.1 elements * @param a One value * @param b The other * @returns {boolean} `true` if they match; `false` otherwise * @function */ export declare function compareElements(a: ASN1Element, b: ASN1Element): boolean; export default compareElements; //# sourceMappingURL=compareElements.d.mts.map