server: {
    mandatory: {
        Identify: typeof BaseIdentifyServer;
        WindowCovering: typeof WindowCoveringServer;
    };
    optional: {
        Groups: typeof GroupsServer;
        ScenesManagement: typeof ScenesManagementServer;
    };
}

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