server: {
    mandatory: {
        Groups: typeof GroupsServer;
        Identify: .;
        LevelControl: .;
        OnOff: .;
    };
    optional: {
        ScenesManagement: typeof ScenesManagementServer;
    };
}

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