Creates a ConstVar variable expression.
ConstVar constVar(String name, Sort sort) => ConstVar(Sym(name), sort).declare();