import type { ToolModule } from "./tool-types.js"; import type { GenerationRunner } from "../generation-runner.js"; export declare function createLoadSpecTool(runner: GenerationRunner, read: (path: string) => string): ToolModule; //# sourceMappingURL=load-spec.d.ts.map