declare const truncate: (text: string, maxLength?: number, sufix?: string) => string; export default truncate;