export declare class KindUtil { constructor(); getKind(type: string): "image" | "audio" | "document" | "file" | "video"; isImage(type: string): any; }