import { Tree } from '@nx/devkit';
import type { Schema } from '../schema';
export declare function addDependencies(tree: Tree, options: Schema): import("@nx/devkit").GeneratorCallback;
