import { IDisplayOptions, INodeProperties, INodePropertyCollection, INodePropertyOptions } from 'n8n-workflow'; export declare const addWithDescription: (displayOptions: IDisplayOptions | undefined, options: Array | undefined) => INodeProperties;