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