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

//#region src/lists/sajdaList.d.ts
declare const SajdaList: Sajda[];
//#endregion
export { SajdaList };