import type { ClusterMetadata } from './messages.js'; import type { RelayConfig } from './config.js'; /** * Collect cluster metadata by querying the local orchestrator's * /health and /metrics endpoints, and parsing git remotes. */ export declare function collectMetadata(config: RelayConfig): Promise; //# sourceMappingURL=metadata.d.ts.map