import { z } from 'zod'; declare function addParametersToDescription(description: string, schema: z.ZodTypeAny): string; declare function replaceToolPlaceholder(text: string, toolName: string): string; declare function parametersToJsonExample(parameters: z.ZodTypeAny): string; export { addParametersToDescription, parametersToJsonExample, replaceToolPlaceholder };