import { z } from 'zod'; export declare const apiErrorResponseSchema: z.ZodObject<{ errors: z.ZodPipe; pointer: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>, z.ZodArray; pointer: z.ZodOptional; }, z.core.$strip>>; }, z.core.$strip>>]>, z.ZodTransform<{ status: string; title: string; detail: string; source?: { parameter?: string | undefined; pointer?: string | undefined; } | undefined; }[], { status: string; title: string; detail: string; source?: { parameter?: string | undefined; pointer?: string | undefined; } | undefined; } | { status: string; title: string; detail: string; source?: { parameter?: string | undefined; pointer?: string | undefined; } | undefined; }[]>>; }, z.core.$strip>; export type ApiErrorResponse = z.infer;