import type { IExecuteFunctions, ILoadOptionsFunctions, INodeExecutionData, INodeListSearchResult, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class Trello implements INodeType { description: INodeTypeDescription; methods: { listSearch: { searchBoards(this: ILoadOptionsFunctions, query?: string): Promise; searchCards(this: ILoadOptionsFunctions, query?: string): Promise; }; }; execute(this: IExecuteFunctions): Promise; } //# sourceMappingURL=Trello.node.d.ts.map