/**
 * Creates a SASjs Lint configuration file.
 * Its name will be of the form '.sasjslint'
 * @param {string} parentFolderName- the name of the project folder.
 */
export declare const createLintConfigFile: (parentFolderName: string) => Promise<void>;
