import type { ChannelAdapter } from "#channel/adapter.js"; import type { Runtime } from "#channel/types.js"; import type { SendFn } from "#channel/routes.js"; export declare function createSendFn(runtime: Runtime, adapter: ChannelAdapter, channelName: string): SendFn;