//! Deepgram Provider
//!
//! Deepgram provides advanced speech-to-text (STT) API with features like
//! diarization, punctuation, and language detection.
//! This implementation provides access to their audio transcription
//! capabilities through a unified provider interface.
// Core modules
// Feature modules
// Tests
// Re-export main types for external use
pub use DeepgramConfig;
pub use DeepgramErrorMapper;
pub use DeepgramProvider;
// Re-export feature types
pub use TranscriptionRequest;