/** * MCP handler: federation_status — report the federation registry and the live * index state of each registered repo. Read-only, conclusion-shaped. Registered * only behind the opt-in `federation` preset (change: add-multi-repo-federation). */ export declare function handleFederationStatus(directory: string): Promise; //# sourceMappingURL=federation.d.ts.map