export declare function isEmpty(obj?: Object): boolean; export declare function uniqueArr(arr: T[]): T[];