/** * `openlore federation` — manage the multi-repo federation registry. * * Federation is an index-of-indexes: each repo keeps its own independently-built * `.openlore/` index, and this registry (`.openlore/federation.json`) references * them. Adding/removing a repo edits only the registry plus that repo's own build * — never a global rebuild (change: add-multi-repo-federation). */ import { Command } from 'commander'; export declare const federationCommand: Command; //# sourceMappingURL=federation.d.ts.map