import { Tree, GeneratorCallback } from '@nx/devkit'; import { S as StormWorkspaceConfig } from '../../types-Dug-2iKz.mjs'; import { i as BaseGeneratorSchema, c as BaseGeneratorResult, b as BaseGeneratorOptions } from '../../types-BlCH22NF.mjs'; import 'zod'; import 'zod/v4/mini'; import 'tsup'; import '../../types-D2zxYEAh.mjs'; 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 };