import Connection from "./Connection"; export class ConnectionStore { public static connections: Map = new Map(); }