import { UAGProjectInterface } from "../UAGProjectInterface"; import { ToolInfo } from "./utils"; export declare const agentProvideData: (project: UAGProjectInterface) => Promise;