export declare class ArrayUtil { static uniqueArray(a: any): any[]; static isArray(variable: any): any; } //# sourceMappingURL=ArrayUtil.d.ts.map