export declare enum FileExt { csv = "csv", xls = "xls", xlsx = "xlsx", doc = "doc", pdf = "pdf", txt = "txt", bin = "bin", exe = "exe", gif = "gif", iso = "iso", png = "png", xml = "xml", jpg = "jpg", zip = "zip", json = "json" } export declare enum FileType { file = "file", image = "image", json = "json" }