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