import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function updateMeetingChannel(ef: IExecuteFunctions, index: number): Promise<INodeExecutionData>;
