/**
* Returns the absolute path to the location of the .sasjslint file.
* Traverses the folder tree until the .sasjslint file is found.
* @returns {Promise<string>} the path to the folder containing the lint config.
*/exportdeclarefunctiongetProjectRoot(): Promise<string>;