// `AxisCheck`, `AxisCheckInput`, and `matches` live in // `@ggui-ai/ui-gen/evaluation`. This file re-exports the types + // predicate so `../axis-checks/types.js` / `./types.js` imports resolve. export { matches, type AxisCheck, type AxisCheckInput } from "../types-public.js";