import type { Tool } from "@modelcontextprotocol/sdk/types.js"; /** * System / auth / cleanup tools. The cross-tool first-run workflow lives in * the server-level `instructions` string (see src/index.ts) so individual * descriptions stay focused on what each tool does, not how the suite * fits together. */ export declare const systemTools: Tool[]; //# sourceMappingURL=system.d.ts.map