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