import { z } from 'zod'; declare const ContentHeader: z.ZodObject<{ deprecated: z.ZodOptional; 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; deprecated?: boolean | undefined; required?: boolean | undefined; }, { content: Record | undefined; example?: any; schema?: { $ref: string; } | import("./schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; deprecated?: boolean | undefined; required?: boolean | undefined; }>; type ContentHeader = z.infer; declare const SchemaHeader: z.ZodEffects; description: z.ZodOptional; required: z.ZodOptional; example: z.ZodOptional; explode: z.ZodOptional; style: z.ZodDefault>; } & { 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.ZodUnion<[z.ZodObject<{ $ref: z.ZodString; }, "strip", z.ZodTypeAny, { $ref: string; }, { $ref: string; }>, z.ZodType]>; }, "strip", z.ZodTypeAny, { schema: { $ref: string; } | import("./schema.js").Schema; style: "simple"; description?: string | undefined; deprecated?: boolean | undefined; examples?: Record | undefined; required?: boolean | undefined; example?: any; explode?: boolean | undefined; }, { schema: { $ref: string; } | import("./schema.js").Schema; description?: string | undefined; deprecated?: boolean | undefined; examples?: Record | undefined; required?: boolean | undefined; example?: any; explode?: boolean | undefined; style?: "simple" | undefined; }>, { schema: { $ref: string; } | import("./schema.js").Schema; style: "simple"; description?: string | undefined; deprecated?: boolean | undefined; examples?: Record | undefined; required?: boolean | undefined; example?: any; explode?: boolean | undefined; }, { schema: { $ref: string; } | import("./schema.js").Schema; description?: string | undefined; deprecated?: boolean | undefined; examples?: Record | undefined; required?: boolean | undefined; example?: any; explode?: boolean | undefined; style?: "simple" | undefined; }>; type SchemaHeader = z.infer; export type Header = ContentHeader | SchemaHeader; export declare const Header: z.ZodEffects, Header, Header>; export {}; //# sourceMappingURL=header.d.ts.map