import { Sketch, SketchCollection, MultiPolygon, Polygon } from "../types/index.js"; export declare function removeSketchPolygonHoles(sketch: Sketch): Sketch; export declare function removeSketchCollPolygonHoles(sketchColl: SketchCollection): Sketch[];