import { ProjectConfiguration, Tree } from '@nx/devkit';
import { InitPresetGeneratorSchema } from './schema';
export declare function initProject(tree: Tree, projectName: string, project: ProjectConfiguration, options: InitPresetGeneratorSchema): void;
