export declare const useToolCache: () => { toolCache: Record; updateToolCache: (toolCallId: string, additionalData: unknown) => void; };