import type { Tree } from '@nrwl/devkit'; import type { AppGeneratorSchema } from './schema'; export declare function applicationGenerator(tree: Tree, options: AppGeneratorSchema): Promise; export declare const applicationSchematic: (generatorOptions: AppGeneratorSchema) => (tree: any, context: any) => Promise; export default applicationGenerator;