declare const truncateMiddle: (text: string, length?: number) => string; export default truncateMiddle;