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