/** * 扫码接入完整流程:获取二维码 → 终端展示 → 轮询结果 → 返回 botId 和 secret */ export declare function scanQRCodeForBotInfo(): Promise<{ botId: string; secret: string; }>; //# sourceMappingURL=qrcode.d.ts.map