import { Tree, GeneratorCallback } from '@nx/devkit'; import { S as StormWorkspaceConfig } from '../../types-Dug-2iKz.js'; import { i as BaseGeneratorSchema, c as BaseGeneratorResult, b as BaseGeneratorOptions } from '../../types-DIIZf_cX.js'; import 'zod'; import 'zod/v4/mini'; import 'tsup'; import '../../types-D2zxYEAh.js'; declare const withRunGenerator: (name: string, generatorFn: (tree: Tree, options: TGeneratorSchema, config?: StormWorkspaceConfig) => Promise | BaseGeneratorResult | null | undefined, generatorOptions?: BaseGeneratorOptions) => (tree: Tree, _options: TGeneratorSchema) => Promise; export { withRunGenerator };