import type { INodeProperties } from 'n8n-workflow';
/**
 * Parameters for moveDevicesToGroup operation
 */
export declare const moveDevicesToGroupDescription: INodeProperties[];
