export declare function formatTimestamp(ts: string): string; export declare function truncate(text: string, maxLen: number): string; export declare function fuzzyMatch(query: string, text: string): boolean; export declare function stripHtml(content: string): string; //# sourceMappingURL=utils.d.ts.map