import { z } from 'zod'; type CustomZodErrorMapOptions = { appendInputData?: boolean; }; export declare function customZodErrorMap(customZodErrorMapOptions?: CustomZodErrorMapOptions): z.ZodErrorMap; export declare function setGlobalCustomZodErrorMap(options?: CustomZodErrorMapOptions): void; export declare function resetGlobalCustomZodErrorMap(): void; export {};