import { GeneratorCallback, Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function applicationGenerator(host: Tree, schema: Schema): Promise; export declare function applicationGeneratorInternal(host: Tree, schema: Schema): Promise; export default applicationGenerator;