import { z } from 'zod'; /** * Webhooks Object * * The incoming webhooks that MAY be received as part of this API and that the API consumer MAY choose to implement. * Closely related to the callbacks feature, this section describes requests initiated other than by an API call, for * example by an out of band registration. * * The key name is a unique string to refer to each webhook, while the * (optionally referenced) Path Item Object describes a request that may be initiated by the API provider and the * expected responses. An example is available. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#oas-webhooks */ export declare const WebhooksObjectSchema: z.ZodRecord | undefined; }[] | undefined; parameters?: ({ $ref: string; summary?: string | undefined; description?: string | undefined; } | { name: string; in: "path" | "query" | "header" | "cookie"; description?: string | undefined; required?: boolean | undefined; deprecated?: boolean | undefined; allowEmptyValue?: boolean | undefined; style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined; explode?: boolean | undefined; allowReserved?: boolean | undefined; schema?: Record | undefined; example?: any; examples?: Record | undefined; content?: Record | undefined; encoding?: Record | undefined; content?: Record | undefined; example?: any; examples?: Record | undefined; }> | undefined; }> | undefined; }> | undefined; }> | undefined; })[] | undefined; } & { get?: z.infer; put?: z.infer; post?: z.infer; delete?: z.infer; options?: z.infer; head?: z.infer; patch?: z.infer; trace?: z.infer; }, unknown, z.core.$ZodTypeInternals<{ summary?: string | undefined; description?: string | undefined; servers?: { url: string; description?: string | undefined; variables?: Record | undefined; }[] | undefined; parameters?: ({ $ref: string; summary?: string | undefined; description?: string | undefined; } | { name: string; in: "path" | "query" | "header" | "cookie"; description?: string | undefined; required?: boolean | undefined; deprecated?: boolean | undefined; allowEmptyValue?: boolean | undefined; style?: "matrix" | "label" | "simple" | "form" | "spaceDelimited" | "pipeDelimited" | "deepObject" | undefined; explode?: boolean | undefined; allowReserved?: boolean | undefined; schema?: Record | undefined; example?: any; examples?: Record | undefined; content?: Record | undefined; encoding?: Record | undefined; content?: Record | undefined; example?: any; examples?: Record | undefined; }> | undefined; }> | undefined; }> | undefined; }> | undefined; })[] | undefined; } & { get?: z.infer; put?: z.infer; post?: z.infer; delete?: z.infer; options?: z.infer; head?: z.infer; patch?: z.infer; trace?: z.infer; }, unknown>>>; //# sourceMappingURL=webhooks-object.d.ts.map