/**
 * Polygon types for boolean operations
 */
export declare enum PolygonType {
    SUBJECT = 0,
    CLIPPING = 1
}
//# sourceMappingURL=PolygonType.d.ts.map