import type { IndexedMesh } from "../io/stl.ts"; export declare function orientConsistent(mesh: IndexedMesh, solidOfTri?: ArrayLike): void; //# sourceMappingURL=orient.d.ts.map