import type { INodeProperties } from 'n8n-workflow'; /** * Builds the complete properties array for the IKAS node * @returns Array of node properties organized by resource and operation */ export declare function buildNodeProperties(): INodeProperties[]; /** * Alternative builder with more explicit organization * Groups properties by resource type for better readability */ export declare function buildNodePropertiesGrouped(): INodeProperties[];