import type { IExecuteFunctions, INodeProperties } from 'n8n-workflow';
export declare const teamDescription: INodeProperties[];
export declare function executeTeam(this: IExecuteFunctions, operation: string, i: number): Promise<any>;
