import type { INodeProperties } from 'n8n-workflow'; /** * Memory resource — the four primary write/read operations. * * Maps to the canonical Nex tools: * Search → nex_search * Learn → nex_learn * Recall → nex_recall * Decide → nex_decide */ export declare const memoryOperations: INodeProperties[]; export declare const memoryFields: INodeProperties[];