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