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