/** * Author: Huan LI https://github.com/huan * Date: Apr 2020 */ import { WechatyPlugin } from 'wechaty'; import { PUPPET_EVENT_DICT } from 'wechaty-puppet/types'; type EventType = keyof typeof PUPPET_EVENT_DICT; export type EventLoggerConfig = EventType[]; export declare function EventLogger(config?: EventLoggerConfig): WechatyPlugin; export {}; //# sourceMappingURL=event-logger.d.ts.map