import { z } from 'zod'; export declare const getMostSpecificPathFromError: (error: z.ZodError) => (number | string)[];