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