import { Channel } from "../channel";
/**
 * Constructs a channel from a JSON string
 */
export declare function channelFromJson(text: string): Channel;
