import type { Tree } from '@nx/devkit';
import type { InstallGeneratorOptions } from './schema';
export default function install(tree: Tree, rawOptions: InstallGeneratorOptions): Promise<void>;
