import type EqualityMatcher from "./EqualityMatcher.mjs"; /** * A function for implement approximate matching of X.500 directory values. */ export type ApproxMatcher = EqualityMatcher; export default ApproxMatcher; //# sourceMappingURL=ApproxMatcher.d.mts.map