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