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