export { ChannelArgs, ChannelState } from "./channel"; export type Channel = import("./channel").Channel; export declare const Channel: typeof import("./channel").Channel;