type WeComRouteShape = { agentId: string; sessionKey: string; mainSessionKey?: string; accountId: string; }; export declare function ensureWeComAccountScopedRoute(params: { route: T; accountId: string; chatType: "group" | "direct"; chatId: string; }): T; export {};