import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Wekan implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getUsers(this: ILoadOptionsFunctions): Promise; getBoards(this: ILoadOptionsFunctions): Promise; getLists(this: ILoadOptionsFunctions): Promise; getSwimlanes(this: ILoadOptionsFunctions): Promise; getCards(this: ILoadOptionsFunctions): Promise; getChecklists(this: ILoadOptionsFunctions): Promise; getChecklistItems(this: ILoadOptionsFunctions): Promise; getComments(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Wekan.node.d.ts.map