import { Rule } from '@angular-devkit/schematics';
/**
 * Add or update the Linter configuration
 * @param options @see RuleFactory.options
 * @param options.projectName
 * @param rootPath @see RuleFactory.rootPath
 */
export declare function updateLinterConfigs(options: {
    projectName?: string | null | undefined;
}, rootPath: string): Rule;
//# sourceMappingURL=index.d.ts.map