import {NodeMaterial, Nullable} from "babylonjs" export class GlobalState { nodeMaterial?:NodeMaterial; hostDocument?:Nullable; }