import { ZodError } from 'zod'; export declare function displayZodParsingError(error: ZodError, filePath?: string): void;