import type { INodeProperties } from 'n8n-workflow'; /** * Insight resource — higher-level synthesis on top of stored memory. * * Maps to: * Synthesize → nex_synthesize * Reflect → nex_reflect * Proactive → nex_proactive */ export declare const insightOperations: INodeProperties[]; export declare const insightFields: INodeProperties[];