FlowMeasurementBehavior: Type<FlowMeasurement.Cluster, typeof ClusterBehavior, {
    components: never[];
}> = BaseFlowMeasurementBehavior

The FlowMeasurement cluster is optional per the Matter specification.

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