import type { GeneratorCallback, Tree } from '@nrwl/devkit'; import type { NormalizedOptions } from './normalize-options'; export declare function addLinting(host: Tree, options: NormalizedOptions): Promise; export default addLinting;