export { p as default }; declare class p { getFileTypeByExtension(e: any): Promise; getFileTypeByMIME(e: any): Promise; getFileTypeImageUrl(e: any): string; getUnknowFileTypeImageUrl(): string; }