import { IAgentScopeRuntimeResponse } from "../types"; export default function Tools(props: { data: IAgentScopeRuntimeResponse; isLast?: boolean; }): import("react/jsx-runtime").JSX.Element;