/** The version of the SignalR Message Pack protocol library. */ export { VERSION } from "./pkg-version"; export { MessagePackHubProtocol } from "./MessagePackHubProtocol"; export { MessagePackOptions } from "./MessagePackOptions";