import { Tree } from '@angular-devkit/schematics'; export default function (schema: { target?: string; entryPoint?: string; }): (host: Tree) => Promise;