import z from 'zod'; export declare const Info: z.ZodObject<{ description: z.ZodOptional; title: z.ZodString; contact: z.ZodOptional; name: z.ZodOptional; url: z.ZodOptional>; }, "strip", z.ZodTypeAny, { url?: string | undefined; name?: string | undefined; email?: string | undefined; }, { url?: string | undefined; name?: string | undefined; email?: string | undefined; }>>; termsOfService: z.ZodOptional>; version: z.ZodString; } & { license: z.ZodOptional; name: z.ZodString; url: z.ZodOptional>; }, "identifier">, "strip", z.ZodTypeAny, { name: string; url?: string | undefined; }, { name: string; url?: string | undefined; }>>; }, "strip", z.ZodTypeAny, { title: string; version: string; description?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; } | undefined; termsOfService?: string | undefined; }, { title: string; version: string; description?: string | undefined; contact?: { url?: string | undefined; name?: string | undefined; email?: string | undefined; } | undefined; license?: { name: string; url?: string | undefined; } | undefined; termsOfService?: string | undefined; }>; export type Info = z.infer; //# sourceMappingURL=info.d.ts.map