import { Tree } from '@nrwl/devkit'; import { MinimalAppGeneratorSchema } from 'nx-plugin-devkit'; export default function (host: Tree, options: MinimalAppGeneratorSchema): Promise<() => void>;