import { AyahId } from "../types.js";

//#region src/lists/pageList.d.ts
declare const PageList: AyahId[];
//#endregion
export { PageList };