import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get Gateway Ports Bandwidth Usage
 * GET /monitoring/v1/gateways/{serial}/ports/bandwidth_usage
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getPortsBandwidthUsage(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
