/** * @license * Copyright 2025 Vybestack LLC * SPDX-License-Identifier: Apache-2.0 */ import type { AgentRuntimeContext, AgentRuntimeContextFactoryOptions } from './AgentRuntimeContext.js'; export declare function createAgentRuntimeContext(options: AgentRuntimeContextFactoryOptions): AgentRuntimeContext;