client: {
    mandatory: {};
    optional: {
        OccupancySensing: Type<OccupancySensing.Cluster, typeof ClusterBehavior, {
            components: never[];
        }>;
    };
} = ...

A definition for each client cluster supported by the endpoint per the Matter specification.