import { z } from 'zod'; /** * Responses Object * * A container for the expected responses of an operation. The container maps a HTTP response code to the expected * response. * * The documentation is not necessarily expected to cover all possible HTTP response codes because they may not be known * in advance. However, documentation is expected to cover a successful operation response and any known errors. * The default MAY be used as a default Response Object for all HTTP codes that are not covered individually by the * Responses Object. * * The Responses Object MUST contain at least one response code, and if only one response code is provided it SHOULD be * the response for a successful operation call. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#responses-object */ export declare const ResponsesObjectSchema: z.ZodRecord; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodString; headers: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; required: z.ZodOptional; deprecated: z.ZodOptional; style: z.ZodOptional>; explode: z.ZodOptional; example: z.ZodOptional; schema: z.ZodOptional>>; examples: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ summary: z.ZodOptional; description: z.ZodOptional; value: z.ZodOptional; externalValue: z.ZodOptional; }, z.core.$strip>]>>>; content: 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>>>; }, z.core.$strip>]>>>; content: z.ZodOptional>>; example: z.ZodOptional; examples: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ summary: z.ZodOptional; description: z.ZodOptional; value: z.ZodOptional; externalValue: z.ZodOptional; }, z.core.$strip>]>>>; encoding: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ description: z.ZodOptional; required: z.ZodOptional; deprecated: z.ZodOptional; style: z.ZodOptional>; explode: z.ZodOptional; example: z.ZodOptional; schema: z.ZodOptional>>; examples: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ summary: z.ZodOptional; description: z.ZodOptional; value: z.ZodOptional; externalValue: z.ZodOptional; }, z.core.$strip>]>>>; content: 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>>>; }, z.core.$strip>]>>>; }, z.core.$strip>>>; }, z.core.$strip>>>; links: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>, z.ZodObject<{ operationRef: z.ZodOptional; operationId: z.ZodOptional; parameters: z.ZodOptional>; requestBody: z.ZodOptional; description: z.ZodOptional; server: z.ZodOptional; variables: z.ZodOptional>; default: z.ZodOptional; description: z.ZodOptional; }, z.core.$strip>>>; }, z.core.$strip>>; }, z.core.$strip>]>>>; }, z.core.$strip>]>>; //# sourceMappingURL=responses-object.d.ts.map