export interface IExternalReplacement { fromKey: string; toKey: string; value: string | number | null; }