import { IIfcOwnerHistory } from '../../ifcSchema/ifc2x3/UtilityResource/IfcOwnerHistory'; import { IPropByObject, ItemReaderValue } from '../../interfaces/IFC.interface'; export declare function getElementProperties(dataSection: ItemReaderValue[], ownerHistory: IIfcOwnerHistory): IPropByObject; export declare function getTypeProperties(dataSection: ItemReaderValue[], ownerHistory: IIfcOwnerHistory): IPropByObject;