/** * Author: Siyao Liu https://github.com/ssine * Date: June 2020 * * Changelog: * - Huan(202110) Issue #60 refactoring * @see https://github.com/wechaty/plugin-contrib/issues/60 */ import type { Sayable, Message } from 'wechaty'; declare const messagePrompter: (startMessage: Message) => (sayable: Sayable, timeoutSeconds?: number) => Promise; export { messagePrompter, }; //# sourceMappingURL=message-prompter.d.ts.map