export declare enum DATAVIEW_TYPE {
    DSV = "dsv",
    TREE = "tree",
    GEO = "geo",
    BYTE = "bytejson",
    HEX = "hex",
    GRAPH = "graph",
    TABLE = "table",
    GEO_GRATICULE = "geo-graticule"
}
export declare const STATISTICS_METHODS: string[];
