/** * 判断凸多边形 * * @param polygon 多边形坐标集合 * @returns */ export declare function isConvexPolygon(polygon: number[]): boolean;