import { getChannelPlugin, getLoadedChannelPlugin } from "../../channels/plugins/index.js"; import type { ChannelPlugin } from "../../channels/plugins/types.plugin.js"; import type { OpenClawConfig } from "../../config/types.openclaw.js"; import { getActivePluginRegistry } from "../../plugins/runtime.js"; import {
isDeliverableMessageChannel,
normalizeMessageChannel,
type DeliverableMessageChannel,
} from "../../utils/message-channel.js"; import {
bootstrapOutboundChannelPlugin,
resetOutboundChannelBootstrapStateForTests,
} from "./channel-bootstrap.runtime.js";
export function resetOutboundChannelResolutionStateForTest(): void {
resetOutboundChannelBootstrapStateForTests();
}