export declare const LANGUAGE: { readonly En: "en"; readonly Ja: "ja"; readonly Undef: null; }; export type Language = (typeof LANGUAGE)[keyof typeof LANGUAGE];