import { INode } from 'n8n-workflow';
export declare function nodeNameToToolName(node: INode): string;
