export declare const isPdf: (type: string) => type is "application/pdf";
export declare const isImage: (type: string) => boolean;
export declare const supportedFileType: (file: any) => boolean;
export declare const getFileName: (filename: string) => string;
