import type { Tree } from '@nx/devkit'; export declare const updateEslint: (tree: Tree, appDir: string) => void;