import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
/**
 * Return the full list of all supported filter operators,
 * each with a subtitle‐style description for the dropdown.
 */
export declare function getAllFilterConditions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;
