import { Tree } from '@nrwl/devkit';
import { RawApplicationSchema } from './schema';
export declare function applicationGenerator(host: Tree, schema: RawApplicationSchema): Promise<import("@nrwl/devkit").GeneratorCallback>;
export default applicationGenerator;
export declare const applicationSchematic: (options: RawApplicationSchema) => (tree: any, context: any) => Promise<any>;
