import type { INodePropertyOptions } from 'n8n-workflow'; import type { NodeOperationMode } from './types'; export declare const DEFAULT_OPERATION_MODES: NodeOperationMode[]; export declare const OPERATION_MODE_DESCRIPTIONS: INodePropertyOptions[];