import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class ClickUp implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getTeams(this: ILoadOptionsFunctions): Promise; getSpaces(this: ILoadOptionsFunctions): Promise; getFolders(this: ILoadOptionsFunctions): Promise; getLists(this: ILoadOptionsFunctions): Promise; getFolderlessLists(this: ILoadOptionsFunctions): Promise; getAssignees(this: ILoadOptionsFunctions): Promise; getTags(this: ILoadOptionsFunctions): Promise; getTimeEntryTags(this: ILoadOptionsFunctions): Promise; getStatuses(this: ILoadOptionsFunctions): Promise; getCustomFields(this: ILoadOptionsFunctions): Promise; getTasks(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=ClickUp.node.d.ts.map