import { Point } from '../../../math/geometry/point'; export declare abstract class SweepEvent { abstract get Site(): Point; }