import { z } from 'zod'; export declare const zUnknownErrorData: z.ZodUnion<[z.ZodRecord, z.ZodArray]>; export type zUnknownErrorData = z.infer;