import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodePropertyOptions, INodeType, INodeTypeBaseDescription, INodeTypeDescription } from 'n8n-workflow'; export declare class TodoistV1 implements INodeType { description: INodeTypeDescription; constructor(baseDescription: INodeTypeBaseDescription); methods: { listSearch: { searchProjects(this: ILoadOptionsFunctions): Promise; searchLabels(this: ILoadOptionsFunctions): Promise; }; loadOptions: { getProjects(this: ILoadOptionsFunctions): Promise; getSections(this: ILoadOptionsFunctions): Promise; getItems(this: ILoadOptionsFunctions): Promise; getLabels(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=TodoistV1.node.d.ts.map