import { z } from "zod"; export declare const Title: z.ZodObject<{ title: z.ZodString; titleType: z.ZodOptional>; lang: z.ZodOptional; }, z.core.$strip>; export declare const Titles: z.ZodArray>; lang: z.ZodOptional; }, z.core.$strip>>; export type Title = z.infer; export type Titles = z.infer;