import { IGraphEdgeContext } from '.'; import type { GraphNodeId } from '@adam-sv/arc'; export declare function Debug({ computeContext, }: { computeContext: IGraphEdgeContext; }): import("react/jsx-runtime").JSX.Element;