import { Point } from './IFC.interface'; export interface IRevitIFC { getInternalOrigin(): Point; IfcSiteIsChecked: boolean; }