import * as ULTIPA from '../types/types';
export declare function printAnyArray(datas: any[]): void;
export declare function printAttrList(attr: ULTIPA.Attr, datas: any[]): void;
