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