import { MsgType } from '../types'; export declare function bouncer(): (type: MsgType, data?: any) => void;