import type { Tree } from '@nx/devkit'; import type { WebviewGeneratorSchema } from './schema'; export default function (tree: Tree, options: WebviewGeneratorSchema): Promise;