module dls.protocol.messages.client;

import std.json : JSONValue;

void registerCapability(string id, JSONValue nothing)
{
}

void unregisterCapability(string id, JSONValue nothing)
{
}