export declare function trimLogTail(text: string | null | undefined, maxChars: number): string | null;