import { z } from 'zod'; export declare const RequestBody: z.ZodObject<{ description: z.ZodOptional; required: z.ZodOptional; } & { content: z.ZodRecord; } & { 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; }>>; }, "strip", z.ZodTypeAny, { content: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }, { content: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }>; export type RequestBody = z.infer; //# sourceMappingURL=request-body.d.ts.map