BooleanStateServer: Type<WithAlterations<BooleanState.Cluster, {
    events: {
        stateChange: {
            optional: false;
        };
    };
}>, typeof BooleanStateServer, {
    components: never[];
}> = ...

The BooleanState cluster is required by the Matter specification.

This version of BooleanStateServer is specialized per the specification.