import { Tree } from '@nx/devkit';
export declare function getEslintTargets(tree: Tree): Set<string>;
