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