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