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