import type { Config } from '@xopcai/xopc/config/schema.js'; export type WeixinRoutingContext = { accountId: string; senderId: string; }; /** Resolve a direct-message session key through the shared channel binding rules. */ export declare function generateWeixinSessionKeyWithRouting(context: WeixinRoutingContext, config: Config): string;