import { z } from "zod"; export declare const MetadataError: z.ZodObject<{ resourceName: z.ZodOptional; type: z.ZodLiteral<"metadata">; message: z.ZodString; jsonPointer: z.ZodString; }, z.core.$strip>; export type MetadataError = z.infer;