import { IIfcLocalPlacement } from './../../ifcSchema/ifc2x3/GeometricConstraintResource/IfcLocalPlacement'; import { ItemReaderValue } from '../../interfaces/IFC.interface'; export declare function getLocalPlacementIfcSite(localPlacementId: string, dataSection: ItemReaderValue[]): IIfcLocalPlacement; export declare function getLocalPlacementLevel(localPlacementId: string, dataSection: ItemReaderValue[]): IIfcLocalPlacement;