import { r as KlawConfig } from "../types.klaw-xKUw_Rz7.js"; import { n as SessionMcpRuntime, t as BundleMcpToolRuntime } from "../pi-bundle-mcp-types-RFXuZqOK.js"; //#region src/agents/pi-bundle-mcp-materialize.d.ts declare function materializeBundleMcpToolsForRun(params: { runtime: SessionMcpRuntime; reservedToolNames?: Iterable; disposeRuntime?: () => Promise; }): Promise; declare function createBundleMcpToolRuntime(params: { workspaceDir: string; cfg?: KlawConfig; reservedToolNames?: Iterable; createRuntime?: (params: { sessionId: string; workspaceDir: string; cfg?: KlawConfig; }) => SessionMcpRuntime; }): Promise; //#endregion export { createBundleMcpToolRuntime, materializeBundleMcpToolsForRun };