/** * `bober config migrate` — write all new schema fields with default values into * bober.config.json. Informative; back-compat parsing handles missing fields * transparently. Useful for users who want their config file to be self-documenting. * * Sprint 28 — src/cli/commands/config.ts */ import type { Command } from "commander"; export declare function registerConfigCommand(program: Command): void; //# sourceMappingURL=config.d.ts.map