import { Table } from "apache-arrow"; export default function tableToArrayOfObjects(table: Table): { [k: string]: any; }[];