import { IHubChannel } from "../core/types/IHubChannel"; import { IArcGISContext } from "../types/IArcGISContext"; /** * Fetches a Channel for the given channelId * @param channelId The ID of the channel to fetch * @param context ArcGIS context * @returns a promise that resolves an IHubChannel for the given channelId */ export declare function fetchHubChannel(channelId: string, context: IArcGISContext): Promise;