import type { ToolModule } from "./tool-types.js"; import type { GenerationRunner } from "../generation-runner.js"; export declare function createGenerateCodeTool(runner: GenerationRunner, guide: () => string): ToolModule; //# sourceMappingURL=generate-code.d.ts.map