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