/** * Keeps the trailing maxLength chars and prepends a truncation notice when needed. * Expects: maxLength >= 0. */ export declare function stringTruncateTail(value: string, maxLength: number, source?: string): string; //# sourceMappingURL=stringTruncateTail.d.ts.map