import { z } from "zod"; export declare const Language: z.ZodString; export type Language = z.infer;