import { SketchCollection, NullSketchCollection } from "../types/index.js"; /** * Returns true if contiguous zone should be included in the given sketch collection */ export declare const sketchTest: (collection: SketchCollection | NullSketchCollection) => boolean;