export default function keyBy<T>(arr: T[], key: string): Record<string, T>;
