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