import { type ClusterRegistry, type ClusterEntry } from './schema.js'; export declare function loadRegistry(): Promise; export declare function saveRegistry(registry: ClusterRegistry): Promise; export declare function addCluster(entry: ClusterEntry): Promise; export declare function removeCluster(id: string): Promise; //# sourceMappingURL=registry.d.ts.map