import { Tree } from '@nx/devkit'; import { Schema } from './schema'; export declare function presetGenerator(tree: Tree, options: Schema): Promise<() => Promise>; export default presetGenerator; //# sourceMappingURL=preset.d.ts.map