import { z } from 'zod'; import { PathItem } from './path-item.js'; export declare const OpenAPI: z.ZodObject<{ externalDocs: z.ZodOptional; url: z.ZodEffects; }, "strip", z.ZodTypeAny, { url: string; description?: string | undefined; }, { url: string; description?: string | undefined; }>>; info: z.ZodObject<{ contact: z.ZodOptional; name: z.ZodOptional; url: z.ZodOptional>; }, "strip", z.ZodTypeAny, { url?: string | undefined; name?: string | undefined; email?: string | undefined; }, { url?: string | undefined; name?: string | undefined; email?: string | undefined; }>>; description: z.ZodOptional; license: z.ZodOptional; name: z.ZodString; url: z.ZodOptional>; }, "strip", z.ZodTypeAny, { name: string; url?: string | undefined; identifier?: string | undefined; }, { name: string; url?: string | undefined; identifier?: string | undefined; }>, { name: string; url?: string | undefined; identifier?: string | undefined; }, { name: string; url?: string | undefined; identifier?: string | undefined; }>>; summary: z.ZodOptional; termsOfService: z.ZodOptional>; title: z.ZodString; version: z.ZodString; }, "strip", z.ZodTypeAny, { title: string; version: string; description?: string | undefined; summary?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; identifier?: string | undefined; } | undefined; termsOfService?: string | undefined; }, { title: string; version: string; description?: string | undefined; summary?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; identifier?: string | undefined; } | undefined; termsOfService?: string | undefined; }>; jsonSchemaDialect: z.ZodOptional; security: z.ZodOptional>, "many">>; servers: z.ZodDefault; 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; }>, { 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; }>, "many">>>; tags: z.ZodOptional; externalDocs: z.ZodOptional; url: z.ZodEffects; }, "strip", z.ZodTypeAny, { url: string; description?: string | undefined; }, { url: string; description?: string | undefined; }>>; name: z.ZodString; }, "strip", z.ZodTypeAny, { name: string; description?: string | undefined; externalDocs?: { url: string; description?: string | undefined; } | undefined; }, { name: string; description?: string | undefined; externalDocs?: { url: string; description?: string | undefined; } | undefined; }>, "many">>; } & { components: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, 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; }>]>>>; headers: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodEffects, import("../1/header.js").Header, import("../1/header.js").Header>]>>>; links: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, 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; }>, { 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; }>]>>>; parameters: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodEffects, import("../1/parameter.js").Parameter, import("../1/parameter.js").Parameter>]>>>; requestBodies: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodObject<{ content: z.ZodRecord, import("../1/encoding.js").Encoding, import("../1/encoding.js").Encoding>>>; example: z.ZodOptional; examples: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, 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>; }, "strip", z.ZodTypeAny, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>>; description: z.ZodOptional; required: z.ZodOptional; }, "strip", z.ZodTypeAny, { content: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }, { content: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }>]>>>; responses: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodObject<{ content: z.ZodOptional, import("../1/encoding.js").Encoding, import("../1/encoding.js").Encoding>>>; example: z.ZodOptional; examples: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, 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>; }, "strip", z.ZodTypeAny, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }, { examples?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>>>; description: z.ZodString; headers: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodEffects, import("../1/header.js").Header, import("../1/header.js").Header>]>>>; links: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, 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; }>, { 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?: import("../1/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?: import("../1/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; }>]>>>; schemas: z.ZodOptional>>; securitySchemes: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodDiscriminatedUnion<"type", [z.ZodObject<{ description: z.ZodOptional; } & { in: z.ZodEnum<["cookie", "header", "query"]>; name: z.ZodString; type: z.ZodLiteral<"apiKey">; }, "strip", z.ZodTypeAny, { type: "apiKey"; name: string; in: "cookie" | "header" | "query"; description?: string | undefined; }, { type: "apiKey"; name: string; in: "cookie" | "header" | "query"; description?: string | undefined; }>, z.ZodObject<{ description: z.ZodOptional; } & { bearerFormat: z.ZodOptional; scheme: z.ZodString; type: z.ZodLiteral<"http">; }, "strip", z.ZodTypeAny, { type: "http"; scheme: string; description?: string | undefined; bearerFormat?: string | undefined; }, { type: "http"; scheme: string; description?: string | undefined; bearerFormat?: string | undefined; }>, z.ZodObject<{ description: z.ZodOptional; } & { type: z.ZodLiteral<"mutualTLS">; }, "strip", z.ZodTypeAny, { type: "mutualTLS"; description?: string | undefined; }, { type: "mutualTLS"; description?: string | undefined; }>, z.ZodObject<{ description: z.ZodOptional; } & { flows: z.ZodEffects; refreshUrl: z.ZodOptional; scopes: z.ZodRecord; tokenUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }>>; clientCredentials: z.ZodOptional; refreshUrl: z.ZodOptional; scopes: z.ZodRecord; tokenUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }>>; implicit: z.ZodOptional; refreshUrl: z.ZodOptional; scopes: z.ZodRecord; tokenUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }>>; password: z.ZodOptional; refreshUrl: z.ZodOptional; scopes: z.ZodRecord; tokenUrl: z.ZodOptional; }, "strip", z.ZodTypeAny, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }, { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }, { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }>, { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }, { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }>; type: z.ZodLiteral<"oauth2">; }, "strip", z.ZodTypeAny, { type: "oauth2"; flows: { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; }, { type: "oauth2"; flows: { authorizationCode?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; }>, z.ZodObject<{ description: z.ZodOptional; } & { openIdConnectUrl: z.ZodString; type: z.ZodLiteral<"openIdConnect">; }, "strip", z.ZodTypeAny, { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; }, { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; }>]>]>>>; } & { callbacks: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, import("../../../utils.js").ExtensibleRecord; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodType]>>]>>>; pathItems: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodType]>>>; }, "strip", z.ZodTypeAny, { examples?: Record | undefined; headers?: Record | undefined; parameters?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; callbacks?: Record> | undefined; responses?: Record | undefined; example?: any; schema?: import("../1/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; }> | undefined; pathItems?: Record | undefined; requestBodies?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }> | undefined; schemas?: Record | undefined; securitySchemes?: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; } | { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; } | { type: "mutualTLS"; description?: string | undefined; }> | undefined; }, { examples?: Record | undefined; headers?: Record | undefined; parameters?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; callbacks?: Record> | undefined; responses?: Record | undefined; example?: any; schema?: import("../1/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; }> | undefined; pathItems?: Record | undefined; requestBodies?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }> | undefined; schemas?: Record | undefined; securitySchemes?: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; } | { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; } | { type: "mutualTLS"; description?: string | undefined; }> | undefined; }>>; openapi: z.ZodLiteral<"3.1.0">; paths: z.ZodOptional>>; webhooks: z.ZodOptional; summary: z.ZodOptional; }, "strip", z.ZodTypeAny, { $ref: string; description?: string | undefined; summary?: string | undefined; }, { $ref: string; description?: string | undefined; summary?: string | undefined; }>, z.ZodType]>>>; }, "strip", z.ZodTypeAny, { servers: { url: string; description?: string | undefined; variables?: Record | undefined; }[]; info: { title: string; version: string; description?: string | undefined; summary?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; identifier?: string | undefined; } | undefined; termsOfService?: string | undefined; }; openapi: "3.1.0"; externalDocs?: { url: string; description?: string | undefined; } | undefined; security?: Record[] | undefined; tags?: { name: string; description?: string | undefined; externalDocs?: { url: string; description?: string | undefined; } | undefined; }[] | undefined; components?: { examples?: Record | undefined; headers?: Record | undefined; parameters?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; callbacks?: Record> | undefined; responses?: Record | undefined; example?: any; schema?: import("../1/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; }> | undefined; pathItems?: Record | undefined; requestBodies?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }> | undefined; schemas?: Record | undefined; securitySchemes?: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; } | { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; } | { type: "mutualTLS"; description?: string | undefined; }> | undefined; } | undefined; jsonSchemaDialect?: string | undefined; paths?: Record | undefined; webhooks?: Record | undefined; }, { info: { title: string; version: string; description?: string | undefined; summary?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; identifier?: string | undefined; } | undefined; termsOfService?: string | undefined; }; openapi: "3.1.0"; externalDocs?: { url: string; description?: string | undefined; } | undefined; servers?: { url: string; description?: string | undefined; variables?: Record | undefined; }[] | undefined; security?: Record[] | undefined; tags?: { name: string; description?: string | undefined; externalDocs?: { url: string; description?: string | undefined; } | undefined; }[] | undefined; components?: { examples?: Record | undefined; headers?: Record | undefined; parameters?: Record | undefined; links?: Record | undefined; requestBody?: any; server?: { url: string; description?: string | undefined; variables?: Record | undefined; } | undefined; }> | undefined; callbacks?: Record> | undefined; responses?: Record | undefined; example?: any; schema?: import("../1/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; }> | undefined; pathItems?: Record | undefined; requestBodies?: Record | undefined; example?: any; schema?: import("../1/schema.js").Schema | undefined; encoding?: Record | undefined; }>; description?: string | undefined; required?: boolean | undefined; }> | undefined; schemas?: Record | undefined; securitySchemes?: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; clientCredentials?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; implicit?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; password?: { scopes: Record; authorizationUrl?: string | undefined; refreshUrl?: string | undefined; tokenUrl?: string | undefined; } | undefined; }; description?: string | undefined; } | { type: "openIdConnect"; openIdConnectUrl: string; description?: string | undefined; } | { type: "mutualTLS"; description?: string | undefined; }> | undefined; } | undefined; jsonSchemaDialect?: string | undefined; paths?: Record | undefined; webhooks?: Record | undefined; }>; export type OpenAPI = z.infer; //# sourceMappingURL=open-api.d.ts.map