import { ULTIPA } from '../types';
export declare function getNodesPrintInfo(nodes?: ULTIPA.NodeTable, option?: {
    onlyRows: boolean;
}): any;
export declare function printNode(dataItem?: ULTIPA.DataItem): void;
