import { Bot } from 'koishi'; export declare function createBotTextMsgNode(bot: Bot, content: string): { type: string; data: { user_id: string; nickname: string; content: string; }; };