/** * Keeps a balanced head/tail slice with a truncation separator when needed. * Expects: maxLength >= 0. */ export declare function stringTruncateHeadTail(value: string, maxLength: number, source?: string): string; //# sourceMappingURL=stringTruncateHeadTail.d.ts.map