import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get Bandwidth_usage
 * GET /monitoring/v3/aps/bandwidth_usage
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getBandwidth_usage(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
