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