import { SocketHandler } from '@yourwishes/app-socket/dist/public'; import { NyceSocketConnection } from './NyceSocketConnection'; import { Action } from 'redux'; export declare abstract class NyceSocketHandler extends SocketHandler { connection: NyceSocketConnection; constructor(connection: NyceSocketConnection, path: string | string[]); }