declare const _default: { getAgentTools: (chatflowid: string) => Promise; executeAgentTool: (chatflowid: string, chatId: string, toolName: string, inputArgs: string, apiMessageId?: string) => Promise; }; export default _default;