LowPowerBehavior: Type<LowPower.Cluster, Type<Of<{
    attributes: {};
    commands: {};
    events: {};
    id: 0;
    name: "Unknown";
    revision: 0;
}>, typeof ClusterBehavior, LowPowerInterface>, LowPowerInterface> = BaseLowPowerBehavior

The LowPower cluster is optional per the Matter specification.

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