declare enum AnnotationType { CIRCLE = "circle", RECTANGLE = "rectangle", POLYGON = "polygon", POINT = "point", ARROW = "arrow", LINE = "line" } export { AnnotationType };