/// import { BatchTable } from "../batch-table"; import { FeatureTable } from "../feature-table"; import { Params } from '../types'; export * as Constants from './constants'; export type { BatchTable, FeatureTable }; export declare function translate(params: Params): Buffer; //# sourceMappingURL=pnts.d.ts.map