import type { ChannelStreamingAdapter } from '@xopcai/xopc/channels/plugin-types.js'; import type { Config } from '@xopcai/xopc/config/schema.js'; export declare function createFeishuStreamingAdapter(getConfig: () => Config): ChannelStreamingAdapter;