/**
* Create a file with eslint output data
* @param {string} outputFile The name file that needs to be created
* @param {string} outputData The data that needs to be inserted into the file
*/exportdeclarefunctionwriteOutputFile(outputFile: string, outputData: string): Promise<void>;