import type { INodeProperties } from 'n8n-workflow'; /** * Session resource — start, end, and replay agent sessions. * * Maps to: * Start → nex_session_start * End → nex_session_end * RecallTimeline → nex_recall_timeline */ export declare const sessionOperations: INodeProperties[]; export declare const sessionFields: INodeProperties[];