import { Base, IList$1, Point, Type } from "./type"; /** * @hidden */ export declare class PolygonUtil extends Base { static $t: Type; static b(a: IList$1, b: Point): boolean; static a(a: Point[], b: Point): boolean; }