/** Human-readable format groups shown in fallback UI and docs. */ export declare const SUPPORTED_PREVIEW_FORMATS: readonly ["PDF", "Word (DOCX, DOCM, DOTX, legacy DOC)", "OpenDocument (ODT, ODS, ODP)", "Excel (XLSX, XLSM, XLTX, XLS)", "PowerPoint (PPTX, PPTM, POTX, legacy PPT)", "Images (PNG, JPG, GIF, WebP, BMP, SVG, TIFF)", "Video & audio (MP4, WebM, MP3, WAV)", "HTML", "CSV & TSV", "Text, JSON, XML, Markdown"]; export declare const SUPPORTED_UPLOAD_EXTENSIONS = ".pdf,.doc,.docx,.docm,.dotx,.odt,.ods,.odp,.xls,.xlsx,.xlsm,.xltx,.ppt,.pptx,.pptm,.potx,.png,.jpg,.jpeg,.gif,.webp,.bmp,.svg,.tif,.tiff,.mp4,.webm,.mov,.mp3,.wav,.m4a,.txt,.md,.html,.htm,.csv,.tsv,.json,.xml,.log"; //# sourceMappingURL=supported-formats.d.ts.map