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