import type { Tree } from '@nrwl/devkit'; import type { PresetGeneratorSchema } from './schema'; export declare function presetGenerator(tree: Tree, options: PresetGeneratorSchema): Promise; export declare const presetSchematic: (generatorOptions: import("../sdk/schema").SdkGeneratorSchema) => (tree: any, context: any) => Promise; export default presetGenerator;