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