import { DailyTrendingTopics } from '../types/index.js';
export declare const formatTrendsDate: (date: Date) => string;
export declare const formatDate: (date: Date) => string;
export declare const extractJsonFromResponse: (text: string) => DailyTrendingTopics | null;