import { INodeProperties } from 'n8n-workflow';
/**
 * Operation selector for the switch resource
 */
export declare const switchOperationSelector: INodeProperties;
export declare const switchDescriptions: INodeProperties[];
