import { Surah, SurahMeta } from"./types";
/**
* Gets the metadata for the specified Surah.
*
* @paramsurah - The Surah to get the metadata for.
* @returns The metadata for the specified Surah.
*/export declare functiongetSurahMeta(surah: Surah): SurahMeta;