import type { AgenticROSConfig } from "../config.js"; import { type HiveClientHooks, type HiveClientOverrides } from "./client.js"; import type { HiveClient } from "./types.js"; /** * Build a hive HTTP client, or `null` when hive is disabled. * Dynamic-import friendly: callers that never enable hive never construct this. */ export declare function createHiveClient(config: AgenticROSConfig, overrides?: HiveClientOverrides, hooks?: HiveClientHooks): HiveClient | null; export declare function hiveRecipeOn(config: AgenticROSConfig, id: "detect" | "describe" | "health"): boolean; //# sourceMappingURL=factory.d.ts.map