/** * cli:derive-test-data — execute.ts * * The engine lives in lib/ba-test-data-check.ts (ONE engine, two readers: this * CLI and audit-ba DM-030..032 — audit-ba may only import lib/). This file is * the CLI's stable import surface over it. */ export { csTypeOf, deriveTestData, type DeriveTestDataContext, type ModuleInputs, } from '../../../../lib/ba-test-data-check.js'