import { Surah, Ayah, Ayat } from './Quran/Surah'; type Locale = "ar" | "en"; const Quran = { Surah }; export { Quran, Surah, Ayah, Ayat, Locale };