import { Tree } from '@nx/devkit';
export declare function addPluginToNxJson<T = unknown>(pluginName: string, tree: Tree, options?: T, ...cacheableOperations: string[]): void;
