server: {
    mandatory: {
        DoorLock: typeof DoorLockServer;
        Identify: typeof BaseIdentifyServer;
    };
    optional: {
        Groups: typeof GroupsServer;
        ScenesManagement: typeof ScenesManagementServer;
    };
}

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