import z from 'zod'; export declare const License: z.ZodObject; name: z.ZodString; url: z.ZodOptional>; }, "identifier">, "strip", z.ZodTypeAny, { name: string; url?: string | undefined; }, { name: string; url?: string | undefined; }>; export type License = z.infer; //# sourceMappingURL=license.d.ts.map