import { DynamicTool } from '@langchain/core/tools';
export declare const getTools: () => DynamicTool[];
