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