import type { Tree } from '@nx/devkit';
import type { NestSchematic, NormalizedOptions } from './types';
export declare function runNestSchematic(tree: Tree, schematic: NestSchematic, options: NormalizedOptions): Promise<any>;
