import { Mesh } from 'three';
export declare function meshInverse(mesh: Mesh): void;
