//! Application services for the files domain.
//!
//! Exposes the [`FileUploadService`] upload pipeline with its
//! request/validation surface, and [`FilesAiPersistenceProvider`], which
//! persists AI-generated files through the provider framework.
pub use FilesAiPersistenceProvider;
pub use ;