import type { AgenticROSConfig, HiveClient } from "@agenticros/core"; export declare function persistHivePatch(patch: { enabled?: boolean; url?: string; identityId?: string; hiveId?: string; recipes?: { detect?: boolean; describe?: boolean; health?: boolean; }; }): AgenticROSConfig; export declare function ensureHive(config: AgenticROSConfig): Promise; export declare function getHive(): HiveClient | null; export declare function setHive(next: HiveClient | null): void; export declare function resetHive(): void; //# sourceMappingURL=hive.d.ts.map