import { Mesh } from "../../entities/Mesh"; export declare class MeshHelper { static invertFaces(target: Mesh): void; }