export declare const truncateString: (str: string, max: number) => string;
