import * as z from 'zod'; export declare const errorPathMap: (ctx: any, error: any, path: any) => any; export declare const errorMap: z.ZodErrorMap;