/**
 * Creates a .sasjslint configuration file in the current SASjs project if one doesn't already exist
 */
export declare function initLint(): Promise<{
    fileAlreadyExisted: boolean;
}>;
