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