export declare enum DocumentFormat {
    PI_XML = "PI_XML",
    PI_JSON = "PI_JSON",
    PI_CSV = "PI_CSV",
    GEO_JSON = "GEO_JSON"
}
