export declare enum FileTypes { CSS = "text/css", HTML = "text/html", JS = "application/javascript", MP3 = "audio/mpeg", MP4 = "video/mp4", OGG = "application/ogg", OGV = "video/ogg", OGA = "audio/ogg", TXT = "text/plain", WAV = "audio/x-wav", WEBM = "video/webm" } //# sourceMappingURL=file-types.enum.d.ts.map