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