import { z } from 'zod'; /** * Gets a string representation of a Zod Issue path. * @export * @param {z.core.$ZodIssue['path']} path * @return {*} {string} */ export declare function getZodPathArray(path: z.core.$ZodIssue['path']): string;