Packet: Union<[Record<{
macAddress: String;
type: Literal<"CLIENT_HELLO">;
}, false>, Record<{
config: Arr<Tuple<[String, String]>, false>;
protocol: Constraint<Constraint<Constraint<Number, number, unknown>, number, unknown>, number, unknown>;
type: Literal<"SERVER_HELLO">;
}, false>, Record<{
type: Literal<"PING_SEND">;
}, false>, Record<{
type: Literal<"PING_RESPONSE">;
}, false>]> = ...