import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get LLDP Device Neighbor Info for CX Switch Stack
 *
 * GET /monitoring/v1/cx_switch_stacks/{stack_id}/neighbors
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getCxSwitchStackNeighborInfo(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
