export default function colums(arr: T[], column_names: string[]): { [key: string]: any; }[];