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