declare type LANGUAGES_LIST = 'en' | 'fr';
export default LANGUAGES_LIST;
