import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export default function (host: Tree, options: Schema): Promise<() => Promise>;