/**
 * 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<import("zod").ZodNullable<import("zod").ZodOptional<import("zod").ZodString>>>;
    identifier: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodString>>;
    url: import("zod").ZodCatch<import("zod").ZodOptional<import("zod").ZodString>>;
}, import("zod/v4/core").$strip>;
//# sourceMappingURL=license-object.d.ts.map