import { z } from 'zod'; import type { McpTool } from './types'; declare const inputSchema: z.ZodObject<{ error: z.ZodOptional; topic: z.ZodOptional; }, "strip", z.ZodTypeAny, { topic?: string | undefined; error?: string | undefined; }, { topic?: string | undefined; error?: string | undefined; }>; export declare const troubleshootTool: McpTool; export {}; //# sourceMappingURL=troubleshoot.d.ts.map