import type { OEConf } from './config'; import type { Client } from 'oicq'; /** 监听上线事件,初始化 OEBot */ export declare function onlineHandler(this: Client, oeConf: OEConf): Promise;