export declare function shorten(input: string, maxLength: number, wholeWords?: boolean, addedString?: string): string;
