/**
 * Limit number of chars.
 */
declare function truncate(str: any, maxChars: any, append: any, onlyFullWords: any): any;
export default truncate;
