export declare const truncate: (input: string, maxLength?: number) => { value: string; isTruncated: boolean; };