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