import type { MATCHER_ATTRIBUTES } from "../constant/matcher_attributes.js"; export type IMatcherAttribute = typeof MATCHER_ATTRIBUTES extends Set ? T : never; //# sourceMappingURL=i_matcher_attribute.d.ts.map