/** * Info Object * * The object provides metadata about the API. The metadata MAY be used by the clients if needed, * and MAY be presented in editing or documentation generation tools for convenience. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#info-object */ export declare const InfoObjectSchema: import("zod").ZodObject<{ title: import("zod").ZodCatch; summary: import("zod").ZodCatch>; description: import("zod").ZodCatch>; termsOfService: import("zod").ZodCatch>; contact: import("zod").ZodCatch; url: import("zod").ZodCatch>; email: import("zod").ZodCatch>; }, import("zod/v4/core").$strip>>>; license: import("zod").ZodCatch>>; identifier: import("zod").ZodCatch>; url: import("zod").ZodCatch>; }, import("zod/v4/core").$strip>>>; version: import("zod").ZodCatch; }, import("zod/v4/core").$strip>; //# sourceMappingURL=info-object.d.ts.map