/** * Tool used on the canvas */ export declare enum DrawingTool { Brush = "brush", Eraser = "eraser" }