import { TypedArray } from '@math.gl/types'; import * as arrow from 'apache-arrow'; /** */ export type DeckBinaryData = { length: number; attributes: Record; }; /** */ export declare function getDeckBinaryDataFromArrowMesh(table: arrow.Table): DeckBinaryData; //# sourceMappingURL=get-deck-binary-data.d.ts.map