import { SocketEpic, IAction } from './shared';
export declare const echoEpic: SocketEpic<IAction, IAction>;
