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