import * as ULTIPA from '../types/types';
export declare function getPathsPrintInfo(paths: ULTIPA.Path[]): any[];
export declare function printPath(d?: ULTIPA.DataItem): void;
