import { Agent } from '../agent/Agents'; import { type CoreTool } from 'ai'; /** * * @param _createSolanaTools * @description Create tools for Solana actions on react application, it takes an agent as an argument and has to be implemented in the react application * @description todo: change Action with Tools created from the createSolanaTools function * @returns Record */ export declare function _createSolanaTools(agent: Agent): Record; //# sourceMappingURL=createTools.d.ts.map