import { IIfcOwnerHistory } from './../../ifcSchema/ifc2x3/UtilityResource/IfcOwnerHistory'; import { ItemReaderValue } from './../../interfaces/IFC.interface'; export declare function getOwnerHistory(expressId: string, dataSection: ItemReaderValue[]): IIfcOwnerHistory;