server: {
    mandatory: {
        Index: typeof IndexBehavior;
        Parts: typeof PartsBehavior;
    };
    optional: {
        Actions: typeof ActionsServer;
        Identify: typeof BaseIdentifyServer;
    };
}

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