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