export declare enum ThumbnailStatus { NONE = "none", UPLOADED = "uploaded", PENDING = "pending", GENERATING = "generating", GENERATED = "generated", FAILED = "failed", ERROR_UNSUPPORTED_FORMAT = "error_unsupported_format", ERROR_TOO_LARGE_FILE = "error_too_large_file", ERROR_PROCESSING_FAILED = "error_processing_failed", ERROR_MISSING_DATA = "error_missing_data" } //# sourceMappingURL=thumbnail-status.enum.d.ts.map