AssignValue:
    | boolean
    | number
    | string
    | Decimal
    | Complex
    | LatexString
    | SemiBoxedExpression
    | ((ce: any, args: any) => BoxedExpression)
    | undefined