export declare function group_by<T>(arr: T[] | unknown): Record<string, T[]>;
