/** * Should LOD1 & LOD2 buildings be hidden when they overlap with a BIM model. * See: * - https://www.notion.so/callista/Hide-LOD1-2-buildings-when-a-BIM-model-overlaps-them-64f7de7176d24f19b30e07eed258041e * - https://www.notion.so/callista/Disable-LOD1-LOD2-model-hiding-under-BIM-ecd01dd6dbd94634af9193356fd33b5c */ export declare const HIDE_LOD1_LOD2_OVERLAPPING_WITH_BIM = true; /** Show internal coordinates in the mouse inspector */ export declare const DEVELOPMENT_EXTENDED_MOUSE_INSPECTOR: false; /** Log redux updates to the console */ export declare const DEVELOPMENT_LOG_REDUX_UPDATES: boolean;