import { i as OpenClawConfig } from "./types.openclaw-fYj4Ft14.js"; import { E as ChannelOutboundSessionRoute } from "./types.core-BdBUJhNx.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 };