export declare enum DebugMode { None = 0, BoundingBoxes = 1,// Show entity AABBs Normals = 2,// Visualize surface normals PVSClusters = 3,// Color by PVS cluster CollisionHulls = 4,// Show collision geometry Lightmaps = 5,// Lightmap-only rendering Wireframe = 6 } //# sourceMappingURL=debugMode.d.ts.map