/** * Tool Templates — Example tools for the scaffolded project * * All tools use the Fluent API — `f.query()`, `f.mutation()` — with * semantic verbs, `.withString()` / `.withNumber()` typed parameters, * `.returns()` Presenter binding, and `.handle()` terminal step. * @module */ /** Generate `src/tools/system/health.ts` — Health check with Presenter */ export declare function healthToolTs(): string; /** Generate `src/tools/system/echo.ts` — Simple echo tool */ export declare function echoToolTs(): string; //# sourceMappingURL=tools.d.ts.map