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