import { SketchCollection, Feature, MultiPolygon, Polygon } from "../../types/index.js"; declare const _default: { tiny: Feature; twoByPoly: Feature; twoByPolyArea: number; fourByPoly: Feature; fourByPolyArea: number; insideTwoByPoly: Feature; insideTwoByMultiPoly: Feature; insideTwoByPolySketch: import("../../types/sketch.js").Sketch; insideTwoByMultipolySketch: import("../../types/sketch.js").Sketch; halfInsideTwoByPoly: Feature; fullyInsideTwoPoly: Feature; halfInsideTwoBySketchPoly: import("../../types/sketch.js").Sketch; outsideTwoByPolyTopRight: Feature; outsideTwoByPolyTopRightSketch: import("../../types/sketch.js").Sketch; outsideTwoByPolyBottomRight: Feature; outsideTwoByPolyBottomRightSketch: import("../../types/sketch.js").Sketch; outsideTwoByPolyTopLeft: Feature; outsideTwoByPolyTopLeftSketch: import("../../types/sketch.js").Sketch; collectionId: string; mixedCollectionId: string; sketchCollection: SketchCollection; mixedPolySketchCollection: SketchCollection; overlapCollection: SketchCollection; insideOutsideCollection: SketchCollection; scArea: number; }; export default _default;