/**
 * 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
 */
export declare function writeOutputFile(outputFile: string, outputData: string): Promise<void>;