import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get all devices from network monitoring
 */
export declare function getAllDevices(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
/**
 * Get device inventory
 */
export declare function getDeviceInventory(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
