import { ILoadOptionsFunctions, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class NiftyPm implements INodeType { description: INodeTypeDescription; methods: { listSearch: { getProjects(this: ILoadOptionsFunctions, filter?: string): Promise; getTaskGroups(this: ILoadOptionsFunctions, filter?: string): Promise; getMilestones(this: ILoadOptionsFunctions, filter?: string): Promise; getMembers(this: ILoadOptionsFunctions, filter?: string): Promise; getTasks(this: ILoadOptionsFunctions, filter?: string): Promise; getPortfolios(this: ILoadOptionsFunctions, filter?: string): Promise; getTags(this: ILoadOptionsFunctions, filter?: string): Promise; }; }; }