/** * 微信适配器类型定义与常量 * * 从 weixin-adapter.ts 提取。 */ export declare const DEDUP_MAX = 500; export declare const BACKOFF_BASE_MS = 2000; export declare const BACKOFF_MAX_MS = 30000; //# sourceMappingURL=weixin-adapter-types.d.ts.map