import { AyahNo, Surah } from"./types";
/**
* Get the number of ayahs (verses) in the specified surah.
* @paramsurah - The surah number.
* @returns The number of ayahs in the specified surah.
*/export declare functiongetAyahCountInSurah(surah: Surah): AyahNo;