import type { SteelAction } from "./index"; /** * 视频号登录 RPA * * 流程: * 1. 打开视频号助手登录页,生成远程调试地址 * 2. 拦截不必要资源(mp4/ttf),提升加载速度 * 3. 监听 auth_login_status 接口判断扫码状态 * 4. 扫码确认后切换监听 auth_data 获取用户信息和 finder 列表 * 5. 提取 localStorage 中的 fingerPrintDeviceId 和 aId * 6. 收集 cookie 并返回结果 */ export declare const rpaAction: SteelAction;