import { r as KlawConfig } from "./types.klaw-xKUw_Rz7.js"; import { D as ChannelOutboundSessionRoute } from "./types.core-BSyOg0vX.js"; //#region extensions/discord/src/outbound-session-route.d.ts type ResolveDiscordOutboundSessionRouteParams = { cfg: KlawConfig; 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 };