import { IIROSE_Bot } from '../../bot/bot';
import { LoginObj } from './types';
/**
 * 设置消息接收处理
 */
export declare function setupMessageHandler(bot: IIROSE_Bot, loginObj: LoginObj, onFirstLogin: () => void): void;
