export declare type ITranslationsLike = Iterable<[string, string]> | Record;