import { NewsApiConfig } from '../types/news/NewsApiConfig'; /** * Resolves a space's display name by id, caching the result. * @param {NewsApiConfig} config - The injected service configuration. * @param {string} spaceId - The space id. * @returns {Promise} The space name (empty string when unknown). */ export declare const fetchSpaceName: (config: NewsApiConfig, spaceId: string) => Promise; //# sourceMappingURL=fetchSpaceName.d.ts.map