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