import type { BoberConfig } from "../config/schema.js"; import type { FleetChild } from "./manifest.js"; /** * Build a Zod-valid BoberConfig for a fleet child process. * * Starts from createDefaultConfig() with the DeepSeek (openai-compat) * provider set on planner, generator, and evaluator, then shallow-merges * child.config top-level keys over the base (a child top-level key fully * replaces the base value — no deep merge). */ export declare function buildChildConfig(child: FleetChild): BoberConfig; //# sourceMappingURL=child-config.d.ts.map