import { z } from 'zod'; export declare const LanguageAssets: z.ZodRecord>; export type LanguageAssets = z.infer;