/// import { Params } from "../types"; import { Header } from './header'; declare type _Header = Header; export declare namespace FeatureTable { type Header = _Header; } export declare type FeatureTable = { header: Header; binary: Buffer; }; export declare const FeatureTable: { create: typeof create; }; declare function create({ view, tileBounds, toEcef, options }: Params): FeatureTable; export {}; //# sourceMappingURL=feature-table.d.ts.map