import { Tree } from '@nx/devkit'; import { PreactApplicationSchema } from './schema'; export declare function applicationGenerator(tree: Tree, schema: PreactApplicationSchema): Promise; export default applicationGenerator;