import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
 * Get Wi-Fi Connectivity at Global
 *
 * GET /aiops/v1/connectivity/global/stage/{stage}/export
 *
 * @param this The n8n execution context
 * @returns Formatted API response
 */
export declare function getConnectivityGlobal(this: IExecuteFunctions): Promise<INodeExecutionData[]>;
