import { Tree } from '@nx/devkit'; import type { ApplicationGeneratorSchema } from './schema'; export default function applicationGenerator(tree: Tree, schema: ApplicationGeneratorSchema): Promise;