WakeOnLanBehavior: Type<WakeOnLan.Cluster, typeof ClusterBehavior, {
    components: never[];
}> = BaseWakeOnLanBehavior

The WakeOnLan cluster is optional per the Matter specification.

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