type BindingKey = number | boolean | string | Function | object | symbol;
Represents a valid key for dependency binding.