export declare function truncateString(str: string, firstCharCount?: number, endCharCount?: number, dotCount?: number): string;