/** * 微信适配器工具函数 * * 从 weixin-adapter.ts 提取的模块级纯函数。 */ import type { WeixinAccountRow } from '../../store/config-store.js'; import type { WeixinCredentials } from './weixin/weixin-types.js'; export declare function sleep(ms: number, signal?: AbortSignal): Promise; export declare function accountToCreds(account: WeixinAccountRow): WeixinCredentials; //# sourceMappingURL=weixin-adapter-utils.d.ts.map