BindingBehavior: Type<Binding.Cluster, typeof ClusterBehavior, {
    components: never[];
}> = BaseBindingBehavior

The Binding cluster is required by the Matter specification.

We provide this alias to the default implementation BindingBehavior for convenience.