export interface IfcExpressionContext {
    resolvePropRef(): any;
    resolveElemRef(): any;
    resolveBuiltinVariable(name: string): unknown;
}
