import { INodeProperties } from 'n8n-workflow';
/**
 * Get all node properties in the correct order for n8n UI
 */
export declare function getAllNodeProperties(): INodeProperties[];
