import { Object3D } from 'three'; import { EnvironmentHelper } from "./environment"; export declare function updateAllMaterials(object: Object3D, environmentHelper: EnvironmentHelper): void;