exportenumGestures{Line='line',Stroke='stroke',Text='text',Triangle='triangle',Circle='circle',Rectangle='rectangle',Arrow='arrow',RightAngle='rightangle',}// Defines a point in an ink as a pair of x- and y-coordinates.exportinterfacePointData{X:number;Y:number;}