export declare const truncateMiddle: (text: string, startChars: number, endChars: number) => string;
//# sourceMappingURL=truncateMiddle.d.ts.map