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