import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class OpenRefine implements INodeType { description: INodeTypeDescription; getCsrfToken(apiUrl: string, helpers: IExecuteFunctions['helpers']): Promise; execute(this: IExecuteFunctions): Promise; }