import type { z } from "zod"; /** Shared by CLI discovery and canonical schemas; JSON Schema is unchanged. */ export declare function formatDirectToolValidationIssues(error: z.ZodError): string[]; export declare function createUnionValidationError(guidance?: string): z.core.$ZodErrorMap;