/** * `openlore manifest ` — federation manifest emitter. * * Each OpenLore-instrumented repo can publish a small, public, deterministic * `.well-known/openlore.json` describing what it exposes. A future federation * index (separate spec) reads these manifests to answer cross-repo questions. * This command only emits and validates; it never makes network calls. */ import { Command } from 'commander'; export declare const manifestCommand: Command; //# sourceMappingURL=index.d.ts.map