export abstract class I18nService { t: (id: string) => string; translate: (id: string) => string; }