export declare function truncateString(str: string, num: number): string; export declare function shortenText(fileName: string, maxLength: number): string;