import type { Mesh, Object3D } from 'three/src/Three'; export declare const isMesh: (o: Object3D) => o is Mesh; //# sourceMappingURL=is.d.ts.map