export declare function truncate(str: string, limit: number, useHtmlEntityForEllipsis: boolean, useWordBoundary: boolean): string;
