export declare function truncateSlackText(value: string, max: number): string;
