export declare function intTruncateString(str: string | null, maxVisibleSymbols: number, suffix?: string, truncate?: boolean): string | null; export declare function intTruncateEllipsis(str: string | null, maxVisibleSymbols: number, truncate?: boolean): string | null;