import { i as OpenClawConfig } from "./types.openclaw-oSBece7v.js"; import { E as ChannelOutboundSessionRoute } from "./types.core-DLqY2yz3.js"; //#region extensions/discord/src/outbound-session-route.d.ts type ResolveDiscordOutboundSessionRouteParams = { cfg: OpenClawConfig; agentId: string; accountId?: string | null; target: string; resolvedTarget?: { kind: string; }; replyToId?: string | null; threadId?: string | number | null; }; declare function resolveDiscordOutboundSessionRoute(params: ResolveDiscordOutboundSessionRouteParams): ChannelOutboundSessionRoute | null; //#endregion export { resolveDiscordOutboundSessionRoute as n, ResolveDiscordOutboundSessionRouteParams as t };