/** * License Object * * License information for the exposed API. * * @see https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.1.md#license-object */ export declare const LicenseObjectSchema: import("zod").ZodObject<{ name: import("zod").ZodCatch>>; identifier: import("zod").ZodCatch>; url: import("zod").ZodCatch>; }, import("zod/v4/core").$strip>; //# sourceMappingURL=license-object.d.ts.map