import { type FunctionCallsMap, type ToolContext } from "./types.js"; export declare const defineFunctionCalls: (dir: string) => Promise; /** * Creates a context object to be passed to a function call. * Crucially, it creates a renderer scoped to the current session. * @param sessionId - The session ID of the user triggering the function call. */ export declare function createFunctionCallContext(sessionId: string): ToolContext; //# sourceMappingURL=function_call.d.ts.map