import { Tree } from '@nx/devkit'; export declare function updateIgnoreEntries(tree: Tree, file: string, paths: string[]): void;