/**
 * Shortens the filename to 16 length
 * @param fileName
 */
export declare function trimFileName(fileName: string): string;
