import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
export declare function apiGigaChatExecute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>;
