import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodePropertyOptions, INodeType, INodeTypeDescription } from 'n8n-workflow'; import { getWorkspaces } from './GenericFunctions'; export declare class Asana implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getWorkspaces: typeof getWorkspaces; getProjects(this: ILoadOptionsFunctions): Promise; getSections(this: ILoadOptionsFunctions): Promise; getTeams(this: ILoadOptionsFunctions): Promise; getTags(this: ILoadOptionsFunctions): Promise; getUsers(this: ILoadOptionsFunctions): Promise; getTaskFields(this: ILoadOptionsFunctions): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Asana.node.d.ts.map