import { FixedArray } from "../ts-utils.js";
import { SurahInfo } from "../types.js";

//#region src/lists/surahList.d.ts
declare const SurahList: FixedArray<SurahInfo, 116>;
type SurahListType = typeof SurahList;
//#endregion
export { SurahList, SurahListType };