import { type GeneratorCallback, type Tree } from '@nx/devkit';
export declare function ensureDependencies(host: Tree): GeneratorCallback;
