import { Flow, Node } from '@chix/common'; import { ViewIIP } from '../types'; export declare function getInputPorts(node: Node, map: Flow, input: ViewIIP[]): string[];