export default class I18nService {
    static getLocales(): Promise<any>;
}
