import { TWithMaterial } from '../Models'; import { TRawModel3d } from '../../Models3d'; import { TWriteable } from '@hellpig/anarchy-shared/Utils'; import { Points } from 'three'; export declare function withMaterial>(entity: T): TWithMaterial;