import { GeneratorCallback, Tree } from '@nx/devkit'; import { QwikAppGeneratorSchema } from './schema'; export declare function appGeneratorInternal(tree: Tree, options: QwikAppGeneratorSchema): Promise;