import * as arrow from 'apache-arrow'; import { Column } from '../column'; import { ArrowToCUDFType } from '../types/mappings'; export declare function fromArrow(vector: arrow.Vector): Column>; //# sourceMappingURL=from_arrow.d.ts.map