import type { INodeProperties } from 'n8n-workflow'; /** * Entity resource — knowledge graph operations. * * Maps to the canonical Nex tools: * Create → nex_entity_create * Observe → nex_entity_observe * Search → nex_entity_search * Relate → nex_entity_relate * Open → nex_entity_open */ export declare const entityOperations: INodeProperties[]; export declare const entityFields: INodeProperties[];