import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get the group associated with a specific device
 */
export declare function getDeviceGroup(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
/**
 * Move devices to a specific group
 */
export declare function moveDevicesToGroup(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
