export declare class GeomConstants { static distanceEpsilonPrecision: number; static mult: number; static defaultLeafBoxesOffset: number; static lineSegmentThreshold: number; static intersectionEpsilon: number; static distanceEpsilon: number; static squareOfDistanceEpsilon: number; static tolerance: number; }