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