export default function i18nPolyfill(translationsGlob: string, defaultLanguage: string): { '\0lang:table': () => Promise; '\0lang:gettext-factory': string; i18n: string; };