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