import type { Parser } from '..';
export interface IGeoTreeOptions {
}
export declare const GeoTreeParser: Parser;
