import type { NormalizedContext, GeneratorConfig, GenerateResult } from "../types.js"; export declare function runGenerators(ctx: NormalizedContext, generators: Record, filterNames?: string[], overrideOutput?: string, dryRun?: boolean, clean?: boolean, contractYaml?: string): Promise; //# sourceMappingURL=index.d.ts.map