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