export declare const truncateString: (text: string, charsToKeep?: number, ellipsis?: string) => string;