server: {
    mandatory: {
        KeypadInput: typeof KeypadInputServer;
        MediaPlayback: typeof MediaPlaybackServer;
        OnOff: typeof OnOffServer;
    };
    optional: {
        AudioOutput: typeof AudioOutputServer;
        Channel: typeof ChannelServer;
        ContentControl: typeof ContentControlServer;
        LowPower: typeof LowPowerServer;
        MediaInput: typeof MediaInputServer;
        Messages: typeof MessagesServer;
        TargetNavigator: typeof TargetNavigatorServer;
        WakeOnLan: typeof WakeOnLanServer;
    };
} = ...

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