import type { OEConf } from '../config'; import type { Client } from 'oicq'; export * from './qrCode'; export declare function bindLoginEvent(bot: Client, conf: OEConf): Promise;