import type { INodeProperties } from 'n8n-workflow'; export declare enum Rule { ALLOW = "allow", BLOCK = "block" } export declare const FilterRule: INodeProperties;