import { Context } from 'koishi';
import { IIROSE_Bot } from '../../bot/bot';
/**
 * 启动心跳保活机制
 */
export declare function startHeartbeat(ctx: Context, bot: IIROSE_Bot, disposed: () => boolean, onConnectionLoss: () => void): () => void;
