server: {
    mandatory: {
        Identify: typeof BaseIdentifyServer;
        ValveConfigurationAndControl: typeof ValveConfigurationAndControlServer;
    };
    optional: {
        FlowMeasurement: typeof FlowMeasurementServer;
    };
}

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