import { DropdownOption } from '../types/content/DropdownOption'; import { NewsApiConfig } from '../types/news/NewsApiConfig'; /** * Fetches every article channel as a selector option, paginated. * * Titles come from channelToOption (prefer default language, fall back to any), * so a channel localized only in another language is never silently dropped. * `spaceId` is always included for grouping/enrichment; `spaceName` is left to * fetchSpaceName so the list paints without blocking on per-space lookups. * @param {NewsApiConfig} config - The injected service configuration. * @returns {Promise} The channel options. */ export declare const fetchChannels: (config: NewsApiConfig) => Promise; //# sourceMappingURL=fetchChannels.d.ts.map