// packages/ui-gen/src/evaluation/axis-checks/index.ts export { runAxisChecks } from "./dispatch.js"; export type { RunAxisChecksInput } from "./dispatch.js"; export { REGISTRY } from "./registry.js"; export { EXTRA_CHECKS } from "./extras.js"; export { matches } from "./types.js"; export type { AxisCheck, AxisCheckInput } from "./types.js";