interface IOutputFileContent { ar: [string, string][]; en: [string, string][]; other: string[]; } export { IOutputFileContent }; //# sourceMappingURL=output-file-content.interface.d.ts.map