| 1 | import { describe, expect, it } from "@effect/vitest"; |
| 2 | import { Data, Effect, Predicate, Result, Scheduler } from "effect"; |
| 3 | |
| 4 | import { ElicitationResponse, type ElicitationHandler } from "./elicitation"; |
nothing calls this directly
no test coverage detected