/** * 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: import("zod").ZodObject<{ schema: import("zod").ZodOptional, unknown, import("zod/v4/core").$ZodTypeInternals, unknown>>>; example: import("zod").ZodOptional; examples: import("zod").ZodOptional; description: import("zod").ZodOptional; value: import("zod").ZodOptional; externalValue: import("zod").ZodOptional; }, import("zod/v4/core").$strip>>>; }, import("zod/v4/core").$strip>; //# sourceMappingURL=media-type-object-without-encoding.d.ts.map