import { SocketEpic, IAction } from './shared';
export declare function createTestEpic(): SocketEpic<IAction, IAction, {}, unknown[]>;
