import { INodeType } from 'n8n-workflow'; type IMethodModule = INodeType['methods']; export declare function aggregateNodeMethods(modules: IMethodModule[]): INodeType['methods']; export {};