export interface ILocalizationDescriptor { [locale: string]: { [key: string]: string; }; } //# sourceMappingURL=index.d.ts.map