import { ui, NodeId } from '../../..'; import { default as proto } from '../proto'; export declare function convertValueInfo(type: 'Input' | 'Output', id: NodeId, input: proto.onnx.IValueInfoProto): ui.Node;