export declare class DataUtil { static toBool(value: any): boolean; static toArray(value: any): T[]; }