interface BIM_TYPEProp { THREE_DIMENSIONAL: string; TWO_DIMENSIONAL: string; } export declare const BIM_TYPE: BIM_TYPEProp; export {};