import { z } from 'zod'; import type { SolidWorksAPI } from '../solidworks/api.js'; export declare const diagnosticTools: { name: string; description: string; inputSchema: z.ZodObject<{ macroPath: z.ZodString; moduleName: z.ZodDefault; procedureName: z.ZodString; }, "strip", z.ZodTypeAny, { macroPath: string; moduleName: string; procedureName: string; }, { macroPath: string; procedureName: string; moduleName?: string | undefined; }>; handler: (args: any, swApi: SolidWorksAPI) => string; }[]; //# sourceMappingURL=diagnostics.d.ts.map