server: {
    mandatory: {
        DoorLock: typeof DoorLockServer;
        Identify: typeof IdentifyServer;
    };
    optional: {
        Groups: typeof GroupsServer;
        ScenesManagement: typeof ScenesManagementServer;
    };
} = ...

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