import { TargetConfiguration, Tree } from '@nx/devkit'; import type { ApplicationGeneratorSchema } from './schema'; export declare const defaultTargets: { [targetName: string]: TargetConfiguration; }; export default function applicationGenerator(tree: Tree, schema: ApplicationGeneratorSchema): Promise;