import { INodeProperties } from 'n8n-workflow';
/**
 * Complete unified element fields with proper ordering and full API coverage
 * Used for all element types across different operations
 */
export declare const elementFields: INodeProperties[];
/**
 * Main element collection parameter for unified element handling
 * Used across all operations with consistent field structure
 */
export declare const elementCollection: INodeProperties;
