import { ApplicationService } from './Application'; import { MeshBasicMaterial, MeshStandardMaterial } from 'three'; interface IHostApplicationServices { Application?: ApplicationService; DefaultMeshMaterial?: MeshBasicMaterial | MeshStandardMaterial; UseShadow?: boolean; ShowHistoryLog?: boolean; } export declare let HostApplicationServices: IHostApplicationServices; export {}; //# sourceMappingURL=HostApplicationServices.d.ts.map