import { ItemReaderValue } from '../../interfaces/IFC.interface'; import { IIfcBuildingElementTypes } from '../../interfaces/IIfcBuildingElements'; export declare function getIfcBuildingElementTypes(dataSection: ItemReaderValue[]): IIfcBuildingElementTypes;