Is scope resolution operator (::) available in volt.
If not, what should I do to take constant from another file.
You can use "constant":
{% set name = constant("Some\Namespace\MyClass::NAME") %}