Import inside /common folder

Hi,

My schema is defined by file located in the /common folder.
I would like to i18n some labels but the problem is I can not import i18n module in /common

import { i18n } from ‘meteor/anti:i18n’;

fires

Error: Cannot find module ‘meteor/anti:i18n’

while the same line imports properly under /client folder.

The question is how can I get international string for simple-schema label field.