/** The meshstep package version. Record it alongside any cached mesh or persisted face/edge * selections: entity ids are stable across versions (see README "Identity & versioning"), but * the triangulation under them changes between releases, so cached geometry must be keyed to * the version that produced it. */ export declare const VERSION = "0.1.1"; //# sourceMappingURL=version.d.ts.map