export declare const checkFileType: (fileUrl: string) => "GIF" | "FILE_AUDIO" | "FILE_DOCUMENT"; export declare const truncate: (fullStr: string, strLen: number) => string;