import type { DataView } from '@visactor/vdataset';
export declare const objFlat: (data: Array<DataView>, op: string) => any[];
