import { Message } from 'wechaty'; import * as mapper from '../mappers/message-mapper.js'; export type MessageTalkerOptions = mapper.MessageMapperOptions; export declare function messageTalker(options?: MessageTalkerOptions): (() => undefined) | ((message: Message, mustacheView: T) => Promise); //# sourceMappingURL=message-talker.d.ts.map