import type { z } from "zod"; export declare function addParametersToDescription(description: string, schema: z.ZodTypeAny): string;