import { Rule } from '@angular-devkit/schematics'; export declare function runAngualESLintSchematic(): Rule; export declare function addESLintPluginsToPackageJson(): Rule; export declare function addEslintPluginsToConfig(): Rule;