import { SPoint } from ".."; export declare class SPolygonUtil { static pointIn(x: number, y: number, pointList: SPoint[]): boolean; static clockDir(pointList: SPoint[]): number; }