server: {
    mandatory: {
        BooleanState: typeof BooleanStateServer;
        Identify: typeof BaseIdentifyServer;
    };
    optional: {
        BooleanStateConfiguration: typeof BooleanStateConfigurationServer;
    };
}

An implementation for each server cluster supported by the endpoint per the Matter specification.