import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class MondayCom implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getBoards(this: ILoadOptionsFunctions): Promise; getColumns(this: ILoadOptionsFunctions): Promise; getGroups(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=MondayCom.node.d.ts.map