import {Material, Texture} from "three";

export function promiseMaterialLoaded(m: Material): Promise<Texture[]>
