export declare enum ObjectSnapMode { None = 0, EndPoint = 1, MidPoint = 2, Center = 4, Node = 8, Quadrant = 16, Intersection = 32, Insertion = 64, Perpendicular = 128, Tangent = 256, Nearest = 512, ClearsAllObjectSnaps = 1024, ApparentIntersection = 2048, Extension = 4096, Parallel = 8192, AllModes = 16383, SwitchedOff = 16384 } //# sourceMappingURL=ObjectSnapMode.d.ts.map