export declare function truncate(text: string | undefined | null, maxChars: number, emptyFallback?: string): string;