/** * @module * Cross-channel send-result mapping — `sently/channel-result`. */ export type { AnySendResult, ChannelSendResult } from "./core/channel-result.js"; export { toChannelSendResult } from "./core/channel-result.js";