import { I18nLocalizer } from "./I18nLocalizer"; import * as Polyglot from "node-polyglot"; export interface IDefaultI18nLocalizerConfig { polyGlot: Polyglot; loading: string[]; defaultLocalizer: I18nLocalizer; }