import { z } from 'zod'; export declare const Responses: import("../../../utils.js").ExtensibleRecord, z.ZodObject<{ description: z.ZodString; } & { content: z.ZodOptional; } & { encoding: z.ZodOptional, import("./encoding.js").Encoding, import("./encoding.js").Encoding>>>; examples: z.ZodOptional, z.ZodEffects; externalValue: z.ZodOptional>; summary: z.ZodOptional; value: z.ZodOptional; }, "strip", z.ZodTypeAny, { value?: any; description?: string | undefined; externalValue?: string | undefined; summary?: string | undefined; }, { value?: any; description?: string | undefined; externalValue?: string | undefined; summary?: string | undefined; }>, { value?: any; description?: string | undefined; externalValue?: string | undefined; summary?: string | undefined; }, { value?: any; description?: string | undefined; externalValue?: string | undefined; summary?: string | undefined; }>]>>>; schema: z.ZodOptional, z.ZodType]>>; }, "strip", z.ZodTypeAny, { examples?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }>, { examples?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }>>>; headers: z.ZodOptional, z.ZodEffects, import("./header.js").Header, import("./header.js").Header>]>>>; links: z.ZodOptional, z.ZodEffects; operationId: z.ZodOptional; operationRef: z.ZodOptional; parameters: z.ZodOptional>; requestBody: z.ZodOptional; } & { server: z.ZodOptional; url: z.ZodString; } & { variables: z.ZodOptional; } & { enum: z.ZodOptional>; }, "strip", z.ZodTypeAny, { default: string; description?: string | undefined; enum?: string[] | undefined; }, { default: string; description?: string | undefined; enum?: string[] | undefined; }>>>; }, "strip", z.ZodTypeAny, { url: string; description?: string | undefined; variables?: Record | undefined; }, { url: string; description?: string | undefined; variables?: Record | undefined; }>>; }, "strip", z.ZodTypeAny, { description?: string | undefined; operationId?: string | undefined; operationRef?: string | undefined; parameters?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }, { description?: string | undefined; operationId?: string | undefined; operationRef?: string | undefined; parameters?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }>, { description?: string | undefined; operationId?: string | undefined; operationRef?: string | undefined; parameters?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }, { description?: string | undefined; operationId?: string | undefined; operationRef?: string | undefined; parameters?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }>]>>>; }, "strip", z.ZodTypeAny, { description: string; content?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }> | undefined; headers?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; }, { description: string; content?: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }> | undefined; headers?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; }>]>>; export type Responses = z.infer; //# sourceMappingURL=responses.d.ts.map