import { Channel } from '../types/content/Channel'; import { NewsApiConfig } from '../types/news/NewsApiConfig'; /** * Fetches a single channel by id. * @param {NewsApiConfig} config - The injected service configuration. * @param {string} channelId - The channel id. * @returns {Promise} The channel. */ export declare const fetchChannel: (config: NewsApiConfig, channelId: string) => Promise; //# sourceMappingURL=fetchChannel.d.ts.map