export declare enum FileTypeEnum {
    TXT = "text/plain",
    JSON = "application/json",
    PNG = "image/png",
    JPEG = "image/jpeg",
    GIF = "image/gif"
}
