export declare function distinctArray<T = any>(arr: T[]): T[];
