export type RelayTargetRouting = { scope: 'thread' | 'chat'; anchor: string; }; export declare function resolveRelayTargetRouting(input: { larkAppId: string; chatId: string; message: { messageId: string; rootId?: string; threadId?: string; }; /** p2p resolved from the session's authoritative chatType; group/topic via * getChatNameAndMode by the caller (one API call already made). */ chatMode: 'group' | 'topic' | 'p2p'; }): RelayTargetRouting; //# sourceMappingURL=relay-target-routing.d.ts.map