import {Material} from "three";

export function traverseMaterialTextures(material: Material, callback: (texture) => void, thisArg?: any): void
