export function disposeMaterials(
  material: THREE.Material | Array<THREE.Material>
): void;
export function deepDispose(container: THREE.Mesh): void;
