import type { RunAgentForChannelOptions, RunAgentStreamCallbacks } from "./types.js"; export declare function runForChannelStream(options: RunAgentForChannelOptions, callbacks: RunAgentStreamCallbacks): Promise; export declare function runForChannelCollect(options: RunAgentForChannelOptions): Promise;