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