import { Tree } from '@nx/devkit'; import { ApplicationGeneratorSchema } from './schema'; export declare function applicationGenerator(host: Tree, options: ApplicationGeneratorSchema): Promise;