declare enum AnnotationTool {
    BBox = 0,
    Polygon = 1,
    Point = 2,
    Line = 3
}
export default AnnotationTool;
