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