If you want to use different functions names inside your code, you can use aliases as a valid es6 syntax:
import { t as i18n } from 'ttag' i18n`this translation will work`