import type { Scenario } from "../aiCaller"; import { type CallerLLMConfig } from "../llm"; export type HappyPathOptions = { llm: Omit; /** Default 75_000 (75s). */ maxDurationMs?: number; }; export declare const happyPathScenario: (options: HappyPathOptions) => Scenario; //# sourceMappingURL=happyPath.d.ts.map