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