import { IIfcPersonAndOrganization } from './../../ifcSchema/ifc2x3/ActorResource/IfcPersonAndOrganization'; import { ItemReaderValue } from './../../interfaces/IFC.interface'; export declare function getPersonAndOrga(personAndOrganizationObj: ItemReaderValue, dataSection: ItemReaderValue[]): IIfcPersonAndOrganization;