import { Tree } from '@nrwl/devkit'; export declare function addPluginToESLintConfiguration(tree: Tree, plugin: string, jsonPath: string): void;