import type { AgentCoreRuntimeDeps } from "../internal/harness.js"; import type { Brain } from "./types.js"; /** * Build the agent-core runtime dependency object from a Brain. * `completeSimple` (used by compaction/summarization) is derived from `stream` * when the brain does not provide one explicitly. */ export declare function brainToRuntime(brain: Brain): AgentCoreRuntimeDeps; //# sourceMappingURL=runtime.d.ts.map