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