import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get interfering APs over a time period
 *
 * @param this The n8n execution context
 * @returns List of interfering APs
 */
export declare function getInterferingApList(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
