import type { Epic } from 'redux-observable';
/**
 * @private Commands - Redux
 *
 * Wechaty Redux provide the minimum commands for the system state management:
 *  1. ding: request the `dong` event
 *  2. reset: reset the Wechaty state
 *
 * For more commands, please refer to the Wechaty CQRS:
 *  @link https://github.com/wechaty/cqrs
 */
export declare const dingEpic: Epic;
export declare const resetEpic: Epic;
//# sourceMappingURL=epics.d.ts.map