import { ULTIPA } from '../types';
export declare function getEdgesPrintInfo(edges?: ULTIPA.EdgeTable, option?: {
    onlyRows: boolean;
}): any;
export declare function printEdge(dataItem?: ULTIPA.DataItem): void;
