export declare const isImage: (fileType?: string) => boolean;
export declare const isVideo: (fileType?: string) => boolean;
