interface IOutputFileContent { ar: [string, string][]; en: [string, string][]; other: string[]; } export { IOutputFileContent };