import { StructuredTool } from "@langchain/core/tools";
import { KibanAgentKit } from "../agent/KibanAgentKit";
/**
 * Creates all available tools for the Kiban Agent Kit
 */
export declare function createKibanTools(agent: KibanAgentKit): Array<StructuredTool>;
export * from "./dexscreener";
export * from "./wallet";
export * from "./token";
export * from "./swap";
