import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * List AI Insights for a Network
 *
 * GET /aiops/v2/insights/global/list
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getInsightsNetwork(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
