import { z } from 'zod'; /** * Media Type Object (without encoding) * * Each Media Type Object provides schema and examples for the media type identified by its key. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#media-type-object */ export declare const MediaTypeObjectSchemaWithoutEncoding: z.ZodObject<{ schema: z.ZodOptional, unknown, z.core.$ZodTypeInternals, unknown>>>; example: z.ZodOptional; examples: z.ZodOptional; description: z.ZodOptional; value: z.ZodOptional; externalValue: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>; //# sourceMappingURL=media-type-object-without-encoding.d.ts.map