/** * `@fabric-harness/sdk/testing` — mocks and stubs for unit-testing agents. * * Production code should not import from here. The exports here are not * covered by the v1.0 SemVer commitment because their shape is driven by * test ergonomics rather than runtime contracts. */ export { MockModelProvider } from './model.js'; export { StubFabricAgent } from './agent.js'; export { StubFabricSession } from './session.js'; //# sourceMappingURL=testing.d.ts.map