import type { Parser } from '..';
import type { IGeoJSONOptions } from './geojson';
export type IGeoBufOptions = IGeoJSONOptions;
export declare const geoBufParser: Parser;
