import { DailyTrendingTopics } from '../types';
export declare const extractJsonFromResponse: (text: string) => DailyTrendingTopics | null;
