import type { ToolRuntime } from "@andrewkimjoseph/celina-sdk/tools"; import type { AppContext } from "../context/app-context.js"; export declare function createMcpRuntime(ctx: AppContext): ToolRuntime;