package builder type Expression interface { Build() any }