export declare function formatTimeAgo(dateString: string, translations?: { justNow?: string; minutesAgo?: string; hoursAgo?: string; daysAgo?: string; weeksAgo?: string; monthsAgo?: string; }): string; export declare function addImageSuffix(url: string, suffix: string): string; export declare function getBestImage(item: any, size: any): string; export declare function stripHtml(html: string): string; export declare function isApiContent(preset: string): boolean; //# sourceMappingURL=utils.d.ts.map