export declare enum LANGUAGE_TYPES {
    FR = "fr",
    DE = "de",
    IT = "it",
    EN = "en"
}
