/// import AgnosticEmitter from "../agnosticEmitter"; import AgnosticState from "../agnosticState"; /** * Client wrapper for SharedState */ export default class ClientState extends AgnosticState { socket: SocketIOClient.Socket; emitter: AgnosticEmitter; constructor(socket: SocketIOClient.Socket, classes: any[]); } //# sourceMappingURL=state.d.ts.map