import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function addDevice(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
