import type { TLGraphNode } from './comfy/index.js'; | |
import { ComfyApp } from './comfy/index.js'; | |
export declare const commonPrefix = "\uD83E\uDE9B"; | |
export declare function displayContext(nodeType: TLGraphNode, appFromArg: ComfyApp, index?: number, serialize_widgets?: boolean, isVirtualNode?: boolean): void; | |