import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get Switch PoE Info
 *
 * GET /monitoring/v1/switches/{serial}/poe_details
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getSwitchPoeInfo(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
