import type { INode } from 'n8n-workflow';
export declare function groupNodesByType(nodes: INode[]): Map<string, INode[]>;
